Type Alias ArrayBox

Source
pub type ArrayBox = Box<dyn Array>;

Aliased Typeยง

struct ArrayBox(/* private fields */);