Trait cargonauts::api::Resource
[−]
[src]
pub trait Resource: Serialize + Sized { type Id: ToString + FromStr; fn id(&self) -> Self::Id; fn resource() -> &'static str; }