macro_rules! derive_string_meta_structure {
    ($type:ident, $expectation:expr) => { ... };
}
Expand description

Derives the FromValue, IntoValue, and Empty traits using the string representation.

Requires that this type implements FromStr and Display. Implements the following traits: