Type Alias TransGetContextRequest

Source
pub type TransGetContextRequest = TransGetContextOutputRequest;

Aliased Type§

struct TransGetContextRequest {
    pub common: NDNOutputRequestCommon,
    pub context_id: Option<ObjectId>,
    pub context_path: Option<String>,
}

Fields§

§common: NDNOutputRequestCommon§context_id: Option<ObjectId>§context_path: Option<String>