[][src]Trait syntax::parse::diagnostics::RecoverQPath

pub 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

Loading content...

Required methods

fn to_ty(&self) -> Option<P<Ty>>

fn recovered(qself: Option<QSelf>, path: Path) -> Self

Loading content...

Implementors

impl RecoverQPath for Expr[src]

const PATH_STYLE: PathStyle[src]

impl RecoverQPath for Pat[src]

const PATH_STYLE: PathStyle[src]

impl RecoverQPath for Ty[src]

Loading content...