Trait redstone::utils::from_bytes::FromBytes
pub trait FromBytes {
fn from_bytes(bytes: Bytes) -> Self;
}
Expand description
obtains a value from bytes with the suitable byte size”
pub trait FromBytes {
fn from_bytes(bytes: Bytes) -> Self;
}
obtains a value from bytes with the suitable byte size”