Struct scale_serialization::Value [−][src]
pub struct Value<'a> { /* fields omitted */ }Expand description
A container for SCALE encoded data that can serialize types directly with the help of a type registry and without using an intermediate representation.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Value<'a>
impl<'a> UnwindSafe for Value<'a>
Blanket Implementations
pub fn as_slice_of<T>(&self) -> Result<&[T], Error> where
T: FromByteSlice,
Mutably borrows from an owned value. Read more