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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.