Searched defs:SmallCStr (Results 1 – 2 of 2) sorted by relevance
13 pub struct SmallCStr { struct17 impl SmallCStr { impl19 pub fn new(s: &str) -> SmallCStr { in new()39 pub fn new_with_nul(s: &str) -> SmallCStr { in new_with_nul()62 impl Deref for SmallCStr { implementation71 impl<'a> FromIterator<&'a str> for SmallCStr { implementation
197 impl IntoDiagnosticArg for rustc_data_structures::small_c_str::SmallCStr { implementation