pub type NDNPutDataRequest = NDNPutDataOutputRequest;Aliased Type§
pub struct NDNPutDataRequest {
pub common: NDNOutputRequestCommon,
pub object_id: ObjectId,
pub length: u64,
pub data: Box<dyn AsyncRead + Unpin + Send + Sync>,
}Fields§
§common: NDNOutputRequestCommon§object_id: ObjectId§length: u64§data: Box<dyn AsyncRead + Unpin + Send + Sync>