Skip to main content

binding_exists

Function binding_exists 

Source
pub fn binding_exists(name: &str, ext: &str) -> bool
Expand 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.