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