[][src]Trait kg_diag::io::error::ResultExt

pub trait ResultExt<T> {
    fn info<P: Into<PathBuf>>(
        self,
        path: P,
        op_type: OpType,
        file_type: FileType
    ) -> IoResult<T>; }

Required methods

fn info<P: Into<PathBuf>>(
    self,
    path: P,
    op_type: OpType,
    file_type: FileType
) -> IoResult<T>

Loading content...

Implementations on Foreign Types

impl<T> ResultExt<T> for Result<T>[src]

Loading content...

Implementors

Loading content...