Trait cargonauts::api::Get [] [src]

pub trait Get: Resource {
    fn get(id: &Self::Id) -> Result<Self, Error>;
}

Required Methods

Implementors