[][src]Type Definition wapc_guest::HandlerResult

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