[][src]Function rmp::decode::read_marker

pub fn read_marker<R: Read>(rd: &mut R) -> Result<Marker, MarkerReadError>

Attempts to read a single byte from the given reader and to decode it as a MessagePack marker.