Type Definition wasmbus_rpc::HandlerResult[][src]

pub type HandlerResult<T> = Result<T, Box<dyn Error + Sync + Send>>;