Trait openfile::AsFile[][src]

pub trait AsFile {
    fn as_file(&self, filename: &str) -> Result<()>;
}

Required methods

Implementations on Foreign Types

Implementors