pub trait SectionLike {
    // Required methods
    fn is_terminator(&self) -> bool;
    fn y(&self) -> i8;
}

Required Methods§

source

fn is_terminator(&self) -> bool

source

fn y(&self) -> i8

Implementors§