blob: 5c25e733c41158e73cd3ab85c4ffbeda7410f1a8 [file] [log] [blame]
pub type TryVec<T> = fallible_collections::TryVec<T>;
pub type TryString = fallible_collections::TryVec<u8>;