mangadex_api::v5::user::id::follow

Trait FollowEndpointMethods

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

Required Methods§

Implementors§