Struct reproto_parser::ast::UseDecl [] [src]

pub struct UseDecl<'input> {
    pub package: Loc<RpPackage>,
    pub version_req: Option<Loc<VersionReq>>,
    pub alias: Option<&'input str>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Convert the current type to a model.