Trait holochain_p2p::DhtOpHashExt[][src]

pub trait DhtOpHashExt: Clone + Sized {
    fn into_kitsune(self) -> Arc<KitsuneOpHash>;
fn into_kitsune_raw(self) -> KitsuneOpHash;
fn from_kitsune(k: &Arc<KitsuneOpHash>) -> Self;
fn from_kitsune_raw(k: KitsuneOpHash) -> Self; fn to_kitsune(&self) -> Arc<KitsuneOpHash> { ... } }
Expand description

Extension trait for holo/kitsune conversion

Required methods

convert into Arc type

convert into Kitsune type

from Kitsune type

from Kitsune type

Provided methods

to Arc type

Implementations on Foreign Types

Implementors