macro_rules! set_option_accessors_fallible {
(
$( #[$attrs:meta] )*
$attr:ident: $value_type:ty => $error_type:ty
) => { ... };
}Expand description
Define a set_option_… accessors for a fallible assignment.
macro_rules! set_option_accessors_fallible {
(
$( #[$attrs:meta] )*
$attr:ident: $value_type:ty => $error_type:ty
) => { ... };
}Define a set_option_… accessors for a fallible assignment.