Type Alias opendal::raw::oio::Lister

source ·
pub type Lister = Box<dyn ListDyn>;
Expand description

The boxed version of List

Aliased Type§

struct Lister(/* private fields */);