Trait dbc::DbcMethod

source ·
pub trait DbcMethod:
    Copy
    + Eq
    + Ord
    + Hash
    + StrictDumb
    + StrictEncode
    + StrictDecode { }
Expand description

Trait defining DBC method - or enumberation of allowed DBC methods used by proofs, single-use-seals etc.

Object Safety§

This trait is not object safe.

Implementors§