pub struct CMakeListsTokens<'cmlist> { /* private fields */ }Trait Implementations§
Source§impl<'cmlist> Debug for CMakeListsTokens<'cmlist>
impl<'cmlist> Debug for CMakeListsTokens<'cmlist>
Source§impl<'t> From<CMakeListsTokens<'t>> for Doc<'t>
impl<'t> From<CMakeListsTokens<'t>> for Doc<'t>
Source§fn from(tokens: CMakeListsTokens<'t>) -> Self
fn from(tokens: CMakeListsTokens<'t>) -> Self
Converts to this type from the input type.