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

Aliased Type§

struct BoxedReader(/* private fields */);