pub type HolochainP2pEventHandlerResult<T> = Result<HolochainP2pEventFuture<T>, HolochainP2pError>;
Expand description

Handler Result Type.