Skip to main content

arrow

Macro arrow 

Source
macro_rules! arrow {
    ($($tt:tt)*) => { ... };
}
Expand description

Wraps an expression with C-style arrow syntax.

See the crate-level documentation for more info.