Type Definition holochain::prelude::KitsuneHostResult

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

A boxed future result with dynamic error type