[−][src]Trait bm_le::Backend
Traits for a merkle database.
Associated Types
Loading content...Implementations on Foreign Types
impl<'a, DB> Backend for ProvingBackend<'a, DB> where
DB: Backend, [src]
Loading content...
DB: Backend,
Implementors
impl<C> Backend for InMemoryBackend<C> where
C: Construct, [src]
C: Construct,
type Construct = C
type Error = InMemoryBackendError
impl<C> Backend for NoopBackend<C> where
C: Construct, [src]
C: Construct,