HasListToolsParams

Trait HasListToolsParams 

Source
pub trait HasListToolsParams: Params {
    // Required method
    fn cursor(&self) -> Option<&Cursor>;
}

Required Methods§

Source

fn cursor(&self) -> Option<&Cursor>

Implementors§