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

pub fn get_internal_library_handle<'library, L, O>(
    _token: &LockToken<L>,
    library: &Library<'library, O>
) -> Result<InternalLibrary<O>, Error> where
    O: ImmutableAccessIdentifier

Fetches the internal handle linked with the library handle.

Failure

The function fails if handle is invalid.

Return

Handle on success, error otherwise.