Skip to main content

BoxedSyncServiceObject

Type Alias BoxedSyncServiceObject 

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

sync version of BoxedServiceObject

Aliased Typeยง

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