Module forest_filecoin::utils::io::writer_checksum

source ·

Structs§

  • Wrapper AsyncWriter implementation that calculates the optional checksum on the fly. Both Writer and Digest parameters are generic so one can use freely the relevant structures, e.g. BufWriter and Sha256.
  • A void writer that does nothing but implements AsyncWrite

Traits§

  • Trait marking the object that is collecting a kind of a checksum.