Type Definition holochain_p2p::event::HolochainP2pEventHandlerResult[][src]

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

Handler Result Type.