pub trait WritableFileAppend {
    fn append(&mut self, data: &Slice) -> Status;
}

Required Methods§

Implementors§