[][src]Trait persy::ToIndexId

pub trait ToIndexId {
    pub fn to_index_id(self, address: &Address) -> PRes<IndexId>;
pub fn to_index_id_tx(
        self,
        persy: &PersyImpl,
        tx: &Transaction
    ) -> PRes<(IndexId, bool)>;
pub fn to_index_id_snapshot(
        self,
        snapshots: &Snapshots,
        snapshot: u64
    ) -> PRes<IndexId>; }

Required methods

pub fn to_index_id(self, address: &Address) -> PRes<IndexId>[src]

pub fn to_index_id_tx(
    self,
    persy: &PersyImpl,
    tx: &Transaction
) -> PRes<(IndexId, bool)>
[src]

pub fn to_index_id_snapshot(
    self,
    snapshots: &Snapshots,
    snapshot: u64
) -> PRes<IndexId>
[src]

Loading content...

Implementors

impl ToIndexId for IndexId[src]

impl<'_> ToIndexId for &'_ IndexId[src]

impl<T: AsRef<str>> ToIndexId for T[src]

Loading content...