Struct genco::java::BlockComment
[−]
[src]
pub struct BlockComment<'el>(pub Vec<Cons<'el>>);
Format a block comment, starting with /**, and ending in */.
Trait Implementations
impl<'el> IntoTokens<'el, Java<'el>> for BlockComment<'el>[src]
fn into_tokens(self) -> Tokens<'el, Java<'el>>[src]
Convert the type into tokens.