[][src]Type Definition rypt::ReaderFactory

type ReaderFactory = Box<dyn FnOnce() -> Fallible<Reader>>;