[][src]Trait tree_buf::internal::branch::StaticBranch

pub trait StaticBranch: 'static + Copy {
    fn in_array_context() -> bool;
}

Required methods

Loading content...

Implementors

impl StaticBranch for NonArrayBranch[src]

Loading content...