Struct reproto_parser::ast::PathSpec [] [src]

pub struct PathSpec<'input> {
    pub segments: Vec<PathSegment<'input>>,
}

Fields

Trait Implementations

impl<'input> Debug for PathSpec<'input>
[src]

Formats the value using the given formatter.

impl<'input> IntoModel for PathSpec<'input>
[src]

Convert the current type to a model.