Function protobuf_json_mapping::parse_from_str
source · [−]pub fn parse_from_str<M: MessageFull>(json: &str) -> Result<M, ParseError>
Expand description
Parse JSON to protobuf message.
pub fn parse_from_str<M: MessageFull>(json: &str) -> Result<M, ParseError>
Parse JSON to protobuf message.