pub trait TRowElement {
    fn set_status(&self, status: usize);
}

Required Methods§

source

fn set_status(&self, status: usize)

Implementors§