Skip to main content

decode_protobuf

Function decode_protobuf 

Source
fn decode_protobuf<M>(
    bytes: &[u8],
    context: fn(DecodeError) -> AnalyticsDecodeError,
) -> Result<M, AnalyticsDecodeError>
where M: Message + Default,