pub trait WritableFileClose {
    fn close(&mut self) -> Status;
}

Required Methods§

Implementors§