Skip to main content

BoxedSyncServiceObject

Type Alias BoxedSyncServiceObject 

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

sync version of BoxedServiceObject

Aliased Typeยง

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