Module rest_endpoint_prelude

Module rest_endpoint_prelude 

Source
Expand description

Endpoint prelude

This module re-exports all of the types needed for endpoints to implement the RestEndpoint trait.

Re-exports§

pub use crate::api::BodyError;
pub use crate::api::JsonBodyParams;
pub use crate::api::Pageable;
pub use crate::api::QueryParams;
pub use crate::api::RestEndpoint;
pub use crate::types::ApiVersion;
pub use crate::types::ServiceType;

Enums§

Cow
A clone-on-write smart pointer.