[−][src]Trait lazy_bytes_cast::from::FromBytesCastLazy
Provides casting from fixed size arrays to integers
Supposed to be safe without wrapping into Result.
Besides isn't it bothersome to unwrap perfectly safe cast from bytes array? ;)
Required methods
fn cast_to(&self) -> T
Performs cast to integer.