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