Enum protobuf_codegen::float::ProtobufFloatParseError[][src]

pub enum ProtobufFloatParseError {
    EmptyString,
    CannotParseFloat,
}

Variants

Trait Implementations

impl Debug for ProtobufFloatParseError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations