Struct genco::csharp::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, Csharp<'el>> for BlockComment<'el>
[src]

Convert the type into tokens.

Auto Trait Implementations

impl<'el> !Send for BlockComment<'el>

impl<'el> !Sync for BlockComment<'el>