Trait rtag::writable::WritableFactory [] [src]

pub trait WritableFactory<T> where T: Read + Write + Seek {
    fn to_writable(self) -> Writable<T>;
}

Required Methods

Implementors