Struct cyfs_bdt::utils::TrackedChunkWriter
source · pub struct TrackedChunkWriter(_);Implementations§
source§impl TrackedChunkWriter
impl TrackedChunkWriter
pub async fn track_path(&self) -> BuckyResult<()>
pub async fn write<R: Read + Unpin>(&self, reader: R) -> BuckyResult<()>
Trait Implementations§
source§impl Clone for TrackedChunkWriter
impl Clone for TrackedChunkWriter
source§fn clone(&self) -> TrackedChunkWriter
fn clone(&self) -> TrackedChunkWriter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more