Struct cyfs_bdt::utils::TrackedChunkListWriter
source · pub struct TrackedChunkListWriter(_);Implementations§
source§impl TrackedChunkListWriter
impl TrackedChunkListWriter
pub async fn track_path(&self) -> BuckyResult<()>
pub async fn write<R: Read + Unpin>(&self, reader: R) -> BuckyResult<()>
Trait Implementations§
source§impl Clone for TrackedChunkListWriter
impl Clone for TrackedChunkListWriter
source§fn clone(&self) -> TrackedChunkListWriter
fn clone(&self) -> TrackedChunkListWriter
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