pub trait FetchLaterResultMethods<D: DomTypes> {
    // Required method
    fn Activated(&self) -> bool;
}

Required Methods§

Source

fn Activated(&self) -> bool

Implementors§