Trait hydrus_api::endpoints::Endpoint[][src]

pub trait Endpoint {
    type Request: Serialize;
    type Response: DeserializeOwned;
    fn get_path() -> String;
}

Associated Types

Required methods

Implementors