Type Alias BoxedReader

Source
pub type BoxedReader = Box<dyn BufSeekRead + Send + Sync>;

Aliased Typeยง

struct BoxedReader(/* private fields */);