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