from_slice

Function from_slice 

Source
pub fn from_slice<'de, T>(
    _input: &'de [u8],
) -> Result<T, DeserializeError<MsgPackError>>
where T: Facet<'de>,
Expand description

Deserialize a value from MsgPack bytes (non-JIT fallback).

This function is only available when the jit feature is disabled. It will always fail because this crate is Tier-2 JIT only.