Trait conjure_http::server::AsyncService
source · pub trait AsyncService<I, O> {
// Required method
fn endpoints(&self) -> Vec<Box<dyn AsyncEndpoint<I, O> + Sync + Send>>;
}Expand description
An async Conjure service.