Trait mangadex_api::v5::user::follows::list::ListEndpointMethods

source ·
trait ListEndpointMethods {
    // Required methods
    fn get(&self) -> GetFollowedCustomListsBuilder;
    fn id(&self, id: Uuid) -> IdEndpoint;
}

Required Methods§

Implementors§