Trait mangadex_api::v5::user::follows::FollowsEndpointMethods

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

Required Methods§

Implementors§