Skip to main content

decode_binary

Function decode_binary 

Source
fn decode_binary<T: OnDiskStruct>(slice: &[u8]) -> Result<T>
Expand description

Decode T from the given byte buffer.