HasListResourcesParams

Trait HasListResourcesParams 

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

Required Methods§

Source

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

Implementors§