Trait mangadex_api::v5::user::follows::manga::MangaEndpointMethods

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

Required Methods§

Implementors§