pub fn read_marker<R: Read>(r: &mut R) -> Result<Marker>
Read a marker from the Read, this function should only be used for custom serialisation based on the marker otherwise just use read_epee_value.
Read
read_epee_value