Searched defs:SmallCString (Results 1 – 2 of 2) sorted by relevance
8 pub(crate) struct SmallCString(smallvec::SmallVec<[u8; 16]>); struct10 impl SmallCString { impl88 impl Default for SmallCString { implementation95 impl std::fmt::Debug for SmallCString { implementation101 impl std::ops::Deref for SmallCString { implementation116 impl PartialEq<str> for SmallCString { implementation123 impl std::borrow::Borrow<str> for SmallCString { implementation
231 fn str_to_cstring(s: &str) -> Result<SmallCString> { in str_to_cstring()299 fn to_cstring(&self) -> Result<util::SmallCString> { in to_cstring()