Type Alias NDNPutDataRequest

Source
pub type NDNPutDataRequest = NDNPutDataOutputRequest;

Aliased Type§

struct NDNPutDataRequest {
    pub common: NDNOutputRequestCommon,
    pub object_id: ObjectId,
    pub length: u64,
    pub data: Box<dyn AsyncRead + Send + Sync + Unpin>,
}

Fields§

§common: NDNOutputRequestCommon§object_id: ObjectId§length: u64§data: Box<dyn AsyncRead + Send + Sync + Unpin>