Skip to main content

DecodeContext

Trait DecodeContext 

Source
pub trait DecodeContext {
    // Required method
    fn remote_proxy(&self) -> Option<Arc<dyn RemoteProxy + Send + Sync>>;
}
Available on crate feature ipc only.
Expand description

Context for decoding messages.

Required Methods§

Source

fn remote_proxy(&self) -> Option<Arc<dyn RemoteProxy + Send + Sync>>

Returns the RemoteProxy associated with this context, if any.

Implementors§