[][src]Trait flap::AsSeq

pub trait AsSeq<T> {
    fn seq(self) -> Vector<T>;
fn item(accum: Vector<T>) -> T; }

Required methods

fn seq(self) -> Vector<T>

fn item(accum: Vector<T>) -> T

Loading content...

Implementors

Loading content...