[][src]Trait rustfst::trs::Trs

pub trait Trs<W: Semiring>: Deref<Target = [Tr<W>]> + Debug {
    fn trs(&self) -> &[Tr<W>];
fn shallow_clone(&self) -> Self; }

Required methods

fn trs(&self) -> &[Tr<W>]

fn shallow_clone(&self) -> Self

Loading content...

Implementors

impl<W: Semiring> Trs<W> for TrsConst<W>[src]

impl<W: Semiring> Trs<W> for TrsVec<W>[src]

Loading content...