[][src]Trait persy::ToIndexId

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

Required methods

fn to_index_id(self, address: &Address) -> PRes<IndexId>

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

Loading content...

Implementors

impl ToIndexId for IndexId[src]

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

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

Loading content...