Trait linkle::error::ResultExt[][src]

pub trait ResultExt {
    fn with_path<T: AsRef<Path>>(self, path: T) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors