Function proto_into_any

pub fn proto_into_any<M>(msg: &M) -> Result<Any, Error>
where M: Name,
Expand description

the typical type used for turning protobuf messages into Any messages especially used in transactions, and needed for multi-message transactions so exported in the prelude