unpack

Function unpack 

Source
pub fn unpack(buf: &[u8]) -> Option<Timestamp>
Expand description

Parse 4/8/12-byte MessagePack timestamp -1 extension

Returns None if the input slice is the wrong length.