[][src]Trait devise::ext::PathExt

pub trait PathExt {
    fn is(&self, global: bool, segments: &[&str]) -> bool;
fn is_local(&self, segments: &[&str]) -> bool;
fn is_global(&self, segments: &[&str]) -> bool;
fn generics(&self) -> Option<&Punctuated<GenericArgument, Comma>>; }

Required methods

fn is(&self, global: bool, segments: &[&str]) -> bool

fn is_local(&self, segments: &[&str]) -> bool

fn is_global(&self, segments: &[&str]) -> bool

fn generics(&self) -> Option<&Punctuated<GenericArgument, Comma>>

Loading content...

Implementors

impl PathExt for Path[src]

Loading content...