[][src]Trait persy::ToSegmentId

pub trait ToSegmentId {
    fn to_segment_id(self, address: &Address) -> PRes<SegmentId>;
fn to_segment_id_tx(
        self,
        persy: &PersyImpl,
        tx: &Transaction
    ) -> PRes<(SegmentId, bool)>; }

Required methods

fn to_segment_id(self, address: &Address) -> PRes<SegmentId>

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

Loading content...

Implementors

impl ToSegmentId for SegmentId[src]

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

Loading content...