Function protobuf::reflect::accessor::make_repeated_string_accessor
[−]
[src]
pub fn make_repeated_string_accessor<M: Message + 'static>(name: &'static str,
get: fn<'a>(&'a M) -> &'a [String])
-> Box<FieldAccessor + 'static>