Trait mm0b_parser::HasHypNames[][src]

pub trait HasHypNames<'a> {
    fn get_hyp_names(&self) -> Option<&HypNames<'a>>;
fn get_hyp_names_mut(&mut self) -> Option<&mut HypNames<'a>>; }
Expand description

A trait for looking up a subcomponent of the index data.

Required methods

Get shared access to the subcomponent.

Get mutable access to the subcomponent.

Implementations on Foreign Types

Implementors