trait MangaEndpointMethods {
// Required methods
fn feed(&self) -> FeedEndpoint;
fn get(&self) -> FollowedMangaBuilder;
fn id(&self, id: Uuid) -> IdEndpoint;
}
trait MangaEndpointMethods {
// Required methods
fn feed(&self) -> FeedEndpoint;
fn get(&self) -> FollowedMangaBuilder;
fn id(&self, id: Uuid) -> IdEndpoint;
}