Struct syntax::parse::parser::PathAndBounds[src]

pub struct PathAndBounds {
    pub path: Path,
    pub bounds: Option<OwnedSlice<TyParamBound>>,
}

A path paired with optional type bounds.

Fields

path
bounds