Trait mangadex_api::v5::user::id::follow::FollowEndpointMethods

source ·
trait FollowEndpointMethods {
    // Required methods
    fn delete(&self) -> UnFollowUserBuilder;
    fn post(&self) -> FollowUserBuilder;
}

Required Methods§

Implementors§