[][src]Trait rac::Line

pub trait Line where
    Self: LineValid
{ fn clone_array(a: &GenericArray<u8, Self::Length>) -> Self; }

Required methods

fn clone_array(a: &GenericArray<u8, Self::Length>) -> Self

Loading content...

Implementations on Foreign Types

impl<L> Line for GenericArray<u8, L> where
    L: ArrayLength<u8>, 
[src]

Loading content...

Implementors

impl<U, V> Line for Concat<U, V> where
    U: Line,
    V: Line,
    U::Length: Add<V::Length>,
    <U::Length as Add<V::Length>>::Output: ArrayLength<u8>, 
[src]

Loading content...