Function emf_core_base_rs::global::library::type_exists[][src]

pub fn type_exists<L>(
    _token: &LockToken<L>,
    lib_type: &impl AsRef<str>
) -> Result<bool, Error>

Checks if a library type exists.

Return

true if the type exists, false otherwise.