Skip to main content

UserValue

Type Alias UserValue 

Source
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

Source§

fn from(ps: PinnableSlice) -> Self

Converts to this type from the input type.