pub type NDNRequestCommon = NDNOutputRequestCommon;
Aliased Type§
struct NDNRequestCommon {
pub req_path: Option<String>,
pub dec_id: Option<ObjectId>,
pub level: NDNAPILevel,
pub target: Option<ObjectId>,
pub referer_object: Vec<NDNDataRefererObject>,
pub flags: u32,
}
Fields§
§req_path: Option<String>
§dec_id: Option<ObjectId>
§level: NDNAPILevel
§target: Option<ObjectId>
§referer_object: Vec<NDNDataRefererObject>
§flags: u32