[−][src]Trait bm_le::ReadBackend
Read backend.
Required methods
fn get(
&mut self,
key: &<Self::Construct as Construct>::Intermediate
) -> Result<(Value<<Self::Construct as Construct>::Intermediate, <Self::Construct as Construct>::End>, Value<<Self::Construct as Construct>::Intermediate, <Self::Construct as Construct>::End>), Self::Error>
&mut self,
key: &<Self::Construct as Construct>::Intermediate
) -> Result<(Value<<Self::Construct as Construct>::Intermediate, <Self::Construct as Construct>::End>, Value<<Self::Construct as Construct>::Intermediate, <Self::Construct as Construct>::End>), Self::Error>
Get an internal item by key.
Implementations on Foreign Types
impl<'a, DB> ReadBackend for ProvingBackend<'a, DB> where
DB: ReadBackend,
<<DB as Backend>::Construct as Construct>::Intermediate: Eq,
<<DB as Backend>::Construct as Construct>::Intermediate: Hash,
<<DB as Backend>::Construct as Construct>::Intermediate: Ord, [src]
DB: ReadBackend,
<<DB as Backend>::Construct as Construct>::Intermediate: Eq,
<<DB as Backend>::Construct as Construct>::Intermediate: Hash,
<<DB as Backend>::Construct as Construct>::Intermediate: Ord,
fn get(
&mut self,
key: &<<DB as Backend>::Construct as Construct>::Intermediate
) -> Result<(Value<<<DB as Backend>::Construct as Construct>::Intermediate, <<DB as Backend>::Construct as Construct>::End>, Value<<<DB as Backend>::Construct as Construct>::Intermediate, <<DB as Backend>::Construct as Construct>::End>), <ProvingBackend<'a, DB> as Backend>::Error>[src]
&mut self,
key: &<<DB as Backend>::Construct as Construct>::Intermediate
) -> Result<(Value<<<DB as Backend>::Construct as Construct>::Intermediate, <<DB as Backend>::Construct as Construct>::End>, Value<<<DB as Backend>::Construct as Construct>::Intermediate, <<DB as Backend>::Construct as Construct>::End>), <ProvingBackend<'a, DB> as Backend>::Error>
Implementors
impl<C> ReadBackend for InMemoryBackend<C> where
C: Construct,
<C as Construct>::Intermediate: Eq,
<C as Construct>::Intermediate: Hash,
<C as Construct>::Intermediate: Ord, [src]
C: Construct,
<C as Construct>::Intermediate: Eq,
<C as Construct>::Intermediate: Hash,
<C as Construct>::Intermediate: Ord,
fn get(
&mut self,
key: &<C as Construct>::Intermediate
) -> Result<(Value<<C as Construct>::Intermediate, <C as Construct>::End>, Value<<C as Construct>::Intermediate, <C as Construct>::End>), <InMemoryBackend<C> as Backend>::Error>[src]
&mut self,
key: &<C as Construct>::Intermediate
) -> Result<(Value<<C as Construct>::Intermediate, <C as Construct>::End>, Value<<C as Construct>::Intermediate, <C as Construct>::End>), <InMemoryBackend<C> as Backend>::Error>
impl<C> ReadBackend for NoopBackend<C> where
C: Construct, [src]
C: Construct,
fn get(
&mut self,
_key: &<C as Construct>::Intermediate
) -> Result<(Value<<C as Construct>::Intermediate, <C as Construct>::End>, Value<<C as Construct>::Intermediate, <C as Construct>::End>), <NoopBackend<C> as Backend>::Error>[src]
&mut self,
_key: &<C as Construct>::Intermediate
) -> Result<(Value<<C as Construct>::Intermediate, <C as Construct>::End>, Value<<C as Construct>::Intermediate, <C as Construct>::End>), <NoopBackend<C> as Backend>::Error>