Trait flu::stack::read::Read [] [src]

pub trait Read<'a> {
    fn read(cxt: &'a Context, idx: i32) -> Self;
    fn check(cxt: &'a Context, idx: i32) -> bool;
}

Required Methods

Implementors