Struct deno_core::InspectorSessionProxy [−][src]
pub struct InspectorSessionProxy { pub tx: UnboundedSender<(Option<i32>, String)>, pub rx: UnboundedReceiver<Result<Vec<u8>, AnyError>>, }
Expand description
Encapsulates an UnboundedSender/UnboundedReceiver pair that together form a duplex channel for sending/receiving messages in V8 session.
Fields
tx: UnboundedSender<(Option<i32>, String)>
rx: UnboundedReceiver<Result<Vec<u8>, AnyError>>
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for InspectorSessionProxy
impl Send for InspectorSessionProxy
impl Sync for InspectorSessionProxy
impl Unpin for InspectorSessionProxy
impl !UnwindSafe for InspectorSessionProxy