pub type UserValue = Slice;Expand description
User defined data (byte array)
Aliased Type§
pub struct UserValue(/* private fields */);Trait Implementations§
Source§impl From<PinnableSlice> for UserValue
impl From<PinnableSlice> for UserValue
Source§fn from(ps: PinnableSlice) -> Self
fn from(ps: PinnableSlice) -> Self
Converts to this type from the input type.