Lines Matching refs:Source
6 pub struct Source { struct
11 impl Source { implementation
61 impl Write for Source { implementation
68 impl Deref for Source { implementation
75 impl From<Source> for String {
76 fn from(s: Source) -> String { in from()
83 use super::Source;
87 let mut s = Source::default(); in simple_append()
102 let mut s = Source::default(); in newline_remap()
111 let mut s = Source::default(); in if_else()
122 let mut s = Source::default(); in trim_ws()