[][src]Type Definition rquickjs::Result

type Result<T> = StdResult<T, Error>;

Result type used throught the library.