macro_rules! fingertree_define_refs {
    (pub $refs:ident, $ref:ident) => { ... };
    ($refs:ident, $ref:ident) => { ... };
    (@refs_impl $refs:ident, $ref:ident) => { ... };
}
Expand description

Helper macro to define custom Refs for FingerTree