[][src]Trait evitable_syn_meta_ext::PathExt

pub trait PathExt {
    fn single_ident(&self) -> Option<&Ident>;
fn to_compact_string(&self) -> String; }

Required methods

fn single_ident(&self) -> Option<&Ident>

fn to_compact_string(&self) -> String

Loading content...

Implementations on Foreign Types

impl PathExt for Path[src]

Loading content...

Implementors

Loading content...