[−][src]Trait byte_slice_cast::FromByteVec
Trait for converting from a byte Vec<u8>
to a Vec<T>
of a fundamental, built-in numeric type.
This trait is an implementation detail. Use the IntoVecOf
trait.
Required methods
fn from_byte_vec(vec: Vec<u8>) -> Result<Vec<Self>, Error>
Convert from a byte Vec<u8>
to a Vec<T>
of a fundamental, built-in
numeric type