trait GroupEndpointMethods {
// Required methods
fn get(&self) -> FollowedGroupsBuilder;
fn id(&self, id: Uuid) -> IdEndpoint;
}
trait GroupEndpointMethods {
// Required methods
fn get(&self) -> FollowedGroupsBuilder;
fn id(&self, id: Uuid) -> IdEndpoint;
}