Trait ListEndpointMethods

Source
trait ListEndpointMethods {
    // Required methods
    fn get(&self) -> MyCustomListsBuilder;
    fn default(&self) -> DefaultEndpoint;
}

Required Methods§

Implementors§