Struct reproto_parser::ast::PathSpec
[−]
[src]
pub struct PathSpec<'input> { pub segments: Vec<PathSegment<'input>>, }
Fields
segments: Vec<PathSegment<'input>>
Trait Implementations
impl<'input> Debug for PathSpec<'input>
[src]
impl<'input> IntoModel for PathSpec<'input>
[src]
type Output = RpPathSpec
fn into_model(self) -> Result<RpPathSpec>
Convert the current type to a model.