Type Definition opendal::raw::input::Reader

source ·
pub type Reader = Box<dyn Read>;
Expand description

Reader is a boxed dyn of Read;

We use Reader to accept users input in Accessor trait.