pub trait Endpoint {
    type Output: DeserializeOwned;
}
Expand description

Defines the Endpoint trait for the different API endpoints

Required Associated Types§

Implementors§