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