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

Result type for remote communication.