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

pub fn library_exists<'library, L, O>(
    _token: &LockToken<L>,
    library: &Library<'library, O>
) -> bool where
    O: ImmutableAccessIdentifier

Checks if a the library handle is valid.

Return

true if the handle is valid, false otherwise.