Struct jsonrpc_ipc_server::RequestContext [−][src]
pub struct RequestContext<'a> { pub session_id: SessionId, pub endpoint_addr: &'a RemoteId, pub sender: Sender<String>, }
Request context
Fields
session_id: SessionId
Session ID
endpoint_addr: &'a RemoteId
Remote UDS endpoint
sender: Sender<String>
Direct pipe sender