[−][src]Function protobuf::reflect::accessor::make_vec_accessor
pub fn make_vec_accessor<M, V>(
name: &'static str,
get_vec: fn'a(_: &'a M) -> &'a Vec<V::Value>,
mut_vec: fn'a(_: &'a mut M) -> &'a mut Vec<V::Value>
) -> Box<dyn FieldAccessor + 'static> where
M: Message + 'static,
V: ProtobufType + 'static,