trait FollowsEndpointMethods {
// Required methods
fn group(&self) -> GroupEndpoint;
fn list(&self) -> ListEndpoint;
fn manga(&self) -> MangaEndpoint;
fn user(&self) -> UserEndpoint;
}
trait FollowsEndpointMethods {
// Required methods
fn group(&self) -> GroupEndpoint;
fn list(&self) -> ListEndpoint;
fn manga(&self) -> MangaEndpoint;
fn user(&self) -> UserEndpoint;
}