[][src]Type Definition rypt::WriterFactory

type WriterFactory = Box<dyn FnOnce() -> Fallible<Writer>>;