TypeExt

Trait TypeExt 

Source
pub trait TypeExt {
    // Required methods
    fn as_path(&self) -> Result<&Path>;
    fn as_path_mut(&mut self) -> Result<&mut Path>;
}

Required Methods§

Source

fn as_path(&self) -> Result<&Path>

Source

fn as_path_mut(&mut self) -> Result<&mut Path>

Implementations on Foreign Types§

Source§

impl TypeExt for Type

Source§

fn as_path(&self) -> Result<&Path>

Source§

fn as_path_mut(&mut self) -> Result<&mut Path>

Implementors§