macro_rules! derive_symbol_parsable {
($t:ty) => { ... };
($t:ty, $($rest:ty),+) => { ... };
}
Expand description
Derives Parsable
from symbol for types which implement FromStr
.
macro_rules! derive_symbol_parsable {
($t:ty) => { ... };
($t:ty, $($rest:ty),+) => { ... };
}
Derives Parsable
from symbol for types which implement FromStr
.