Function instance_err

Source
fn instance_err<E: Error + Send + Sync + 'static>(
    message: impl Into<String>,
) -> impl FnOnce(E) -> InstanceError
Available on gles and neither Windows nor webgl only.