[][src]Struct bm_le::UnitDigestConstruct

pub struct UnitDigestConstruct<D, T>(_)
where
    D: Digest,
    T: Clone + Default + AsRef<[u8]>
;

Unit Digest construct.

Trait Implementations

impl<D, T> Construct for UnitDigestConstruct<D, T> where
    D: Digest,
    T: Clone + Default + AsRef<[u8]>, 
[src]

type Intermediate = GenericArray<u8, <D as Digest>::OutputSize>

Intermediate value stored in this merkle database.

type End = T

End value stored in this merkle database.

Auto Trait Implementations

impl<D, T> Sync for UnitDigestConstruct<D, T> where
    D: Sync,
    T: Sync

impl<D, T> Send for UnitDigestConstruct<D, T> where
    D: Send,
    T: Send

impl<D, T> Unpin for UnitDigestConstruct<D, T> where
    D: Unpin,
    T: Unpin

impl<D, T> RefUnwindSafe for UnitDigestConstruct<D, T> where
    D: RefUnwindSafe,
    T: RefUnwindSafe

impl<D, T> UnwindSafe for UnitDigestConstruct<D, T> where
    D: UnwindSafe,
    T: UnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self