Type Definition wapc_guest::HandlerResult

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

A generic type for the result of waPC operation handlers.