Trait dmidecode::TryFromBytes
source · pub trait TryFromBytes<'a, T>: Sized {
// Required method
fn try_from_bytes(_: &'a [u8]) -> Result<Self, TryFromSliceError>;
}Expand description
General trait for slice -> unsigned conversion
Required Methods§
fn try_from_bytes(_: &'a [u8]) -> Result<Self, TryFromSliceError>
Object Safety§
This trait is not object safe.