Struct debian_packaging::io::MultiDigester
source · [−]pub struct MultiDigester { /* private fields */ }Expand description
A content digester that simultaneously computes multiple digest types.
Implementations
Finish digesting content.
Consumes the instance and returns a MultiContentDigest holding all the digests.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MultiDigester
impl Send for MultiDigester
impl !Sync for MultiDigester
impl Unpin for MultiDigester
impl !UnwindSafe for MultiDigester
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more