macro_rules! parse_trim {
(String, $s:expr) => { ... };
($T:ty, $s:expr) => { ... };
}
Expand description
Trim a string before parsing into a given type.
macro_rules! parse_trim {
(String, $s:expr) => { ... };
($T:ty, $s:expr) => { ... };
}
Trim a string before parsing into a given type.