Trait rustc_parse::parser::diagnostics::RecoverQPath[][src]

pub(super) trait RecoverQPath: Sized + 'static {
    const PATH_STYLE: PathStyle;

    fn to_ty(&self) -> Option<P<Ty>>;
fn recovered(qself: Option<QSelf>, path: Path) -> Self; }

Associated Constants

Required methods

Implementations on Foreign Types

Implementors