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

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

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