pub type ReadRef = Box<dyn Read>;
Common reference type for Read.
pub struct ReadRef(/* private fields */);