Struct prost_codegen::Comments [] [src]

pub struct Comments {
    pub leading_detached: Vec<Vec<String>>,
    pub leading: Vec<String>,
    pub trailing: Vec<String>,
}

Fields

Leading detached blocks of comments.

Leading comments.

Trailing comments.

Methods

impl Comments
[src]

Trait Implementations

impl Debug for Comments
[src]

Formats the value using the given formatter.

impl Default for Comments
[src]

Returns the "default value" for a type. Read more