Type Definition kitsune_p2p_types::KitsuneResult[][src]

pub type KitsuneResult<T> = Result<T, KitsuneError>;
Expand description

Result type for remote communication.