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]

[src]

Convert the type into tokens.

Auto Trait Implementations

impl<'el, S> Send for Comments<'el, S> where
    S: Sync

impl<'el, S> Sync for Comments<'el, S> where
    S: Sync