Struct alumina::data::BoxedSet[][src]

pub struct BoxedSet { /* fields omitted */ }

Its just a box, but the newtype avoids deref not Sized nonsense

Trait Implementations

impl DataSet for BoxedSet
[src]

Important traits for Vec<u8>

Returns the ith element of the Dataset

Returns the number of elements in the Dataset

Returns the number of components

Important traits for Vec<u8>

Returns the names of components

Important traits for Box<R>

Auto Trait Implementations

impl Send for BoxedSet

impl !Sync for BoxedSet