Type Definition kitsune_p2p::event::KitsuneP2pEventHandlerResult[][src]

pub type KitsuneP2pEventHandlerResult<T> = Result<KitsuneP2pEventFuture<T>, KitsuneP2pError>;
Expand description

Handler Result Type.