pub fn binding_exists(name: &str, ext: &str) -> boolExpand description
true when a binding is registered for the exact (name, ext) pair.
Convenience wrapper over the per-crate slices in binding_names.
Mirrors dispatch()’s lookup but without the side effect of loading.