Struct ic_utils::call::SyncCaller [−][src]
pub struct SyncCaller<'agent, Out> where
Out: for<'de> ArgumentDecoder<'de> + Send, { /* fields omitted */ }Expand description
A synchronous call encapsulation.
Trait Implementations
impl<'agent, Out> SyncCall<Out> for SyncCaller<'agent, Out> where
Self: Sized,
Out: 'agent + for<'de> ArgumentDecoder<'de> + Send,
impl<'agent, Out> SyncCall<Out> for SyncCaller<'agent, Out> where
Self: Sized,
Out: 'agent + for<'de> ArgumentDecoder<'de> + Send,
Auto Trait Implementations
impl<'agent, Out> !RefUnwindSafe for SyncCaller<'agent, Out>
impl<'agent, Out> Send for SyncCaller<'agent, Out>
impl<'agent, Out> Sync for SyncCaller<'agent, Out> where
Out: Sync,
impl<'agent, Out> Unpin for SyncCaller<'agent, Out> where
Out: Unpin,
impl<'agent, Out> !UnwindSafe for SyncCaller<'agent, Out>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
