Type Definition holochain_types::dht_op::error::DhtOpResult

source ·
pub type DhtOpResult<T> = Result<T, DhtOpError>;