Struct reproto_backend_reproto::Comments
[−]
[src]
pub struct Comments<'el, S: 'el>(_);
Trait Implementations
impl<'el, S> IntoTokens<'el, Reproto> for Comments<'el, S> where
S: AsRef<str>, [src]
S: AsRef<str>,
fn into_tokens(self) -> Tokens<'el, Reproto>[src]
Convert the type into tokens.