Trait iodyn::raz_meta::FirstLast [] [src]

pub trait FirstLast {
    fn first() -> Self;
    fn last() -> Self;
}

Trait to set search position at either end of a sequence

Required Methods

Implementors