digest::core_api

Trait CoreProxy

Source
pub trait CoreProxy: Sealed {
    type Core;
}
Available on crate feature core-api only.
Expand description

A proxy trait to a core type implemented by CoreWrapper

Required Associated Types§

Source

type Core

Type wrapped by CoreWrapper.

Implementors§