Type Definition deuterium::OptionalStringField [] [src]

type OptionalStringField = NamedField<Option<String>>;

Trait Implementations