[][src]Type Definition whasm::grammar::core::Result

type Result<T> = Result<T, Box<dyn Error>>;