macro_rules! some {
($arg:expr_2021) => { ... };
}Expand description
The some! macro transforms data in type S to Option<Into<T>> (always wrapping with Some)
macro_rules! some {
($arg:expr_2021) => { ... };
}The some! macro transforms data in type S to Option<Into<T>> (always wrapping with Some)