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