Arrayable

Trait Arrayable 

Source
pub trait Arrayable {
    type T;

    // Required method
    fn to_array(&self) -> Vec<Self::T>;
}

Required Associated Types§

Source

type T

Required Methods§

Source

fn to_array(&self) -> Vec<Self::T>

Implementors§