macro_rules! arrow {
($($tt:tt)*) => { ... };
}Expand description
Wraps an expression with C-style arrow syntax.
See the crate-level documentation for more info.
macro_rules! arrow {
($($tt:tt)*) => { ... };
}Wraps an expression with C-style arrow syntax.
See the crate-level documentation for more info.