Trait colstodian::traits::AsU8Array[][src]

pub trait AsU8Array { }
Expand description

A type that implements this trait can be converted directly to and from an appropriately sized array of u8s.

Implementors