Function parse_from_str

Source
pub fn parse_from_str<M: MessageFull>(json: &str) -> Result<M, ParseError>
Expand description

Parse JSON to protobuf message.