Skip to main content

from_bytes

Function from_bytes 

Source
pub fn from_bytes<'a, T: Deserialize<'a>>(
    bytes: &'a [u8],
) -> Result<T, DxMachineError>
Expand description

Deserialize a value from DX-Machine binary format