pub type KitsuneHostResult<'a, T> = MustBoxFuture<'a, Result<T, Box<dyn Send + Sync + Error>>>;
Expand description

A boxed future result with dynamic error type