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