Skip to main content

BoxedSyncServiceObject

Type Alias BoxedSyncServiceObject 

Source
pub type BoxedSyncServiceObject<Req, Res, Err> = Box<dyn ServiceObject<Req, Response = Res, Error = Err> + Sync + Send>;
Expand description

sync version of BoxedServiceObject

Aliased Typeยง

pub struct BoxedSyncServiceObject<Req, Res, Err>(/* private fields */);