Struct jsonrpc_ipc_server::RequestContext [−][src]
pub struct RequestContext<'a> {
pub session_id: SessionId,
pub endpoint_addr: &'a Path,
pub sender: UnboundedSender<String>,
}Expand description
Request context
Fields
session_id: SessionIdSession ID
endpoint_addr: &'a PathRemote UDS endpoint
sender: UnboundedSender<String>Direct pipe sender