Skip to main content

DynMintAuthDatabase

Type Alias DynMintAuthDatabase 

Source
pub type DynMintAuthDatabase = Arc<dyn MintAuthDatabase<Err = Error> + Send + Sync>;
Expand description

Type alias for trait objects

Aliased Typeยง

pub struct DynMintAuthDatabase { /* private fields */ }