Macro prost_helper::prost_into_vec[][src]

macro_rules! prost_into_vec {
    ($(($type:ty, $cap:expr)),*) => { ... };
}

Generate From and Into for your prost message.

When you use it, plese include use prost::Message; in your code. Note both $type and &$type will be generated.