Lister

Type Alias Lister 

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

The boxed version of List

Aliased Typeยง

pub struct Lister(/* private fields */);