Trait parser_c::data::position::Pos []

pub trait Pos {
    fn pos(&self) -> &Position;
fn into_pos(self) -> Position; }

Required Methods

Implementors