Enum blake3::join::SerialJoin[][src]

pub enum SerialJoin {}
Expand description

The trivial, serial implementation of Join. The left and right sides are executed one after the other, on the calling thread. The standalone hashing functions and the Hasher::update method use this implementation internally.

See the join module docs for more details.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.