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

pub fn get_loader_handle_from_library<'l, 'library, L, O>(
    _token: &'l LockToken<L>,
    library: &Library<'library, O>
) -> Result<Loader<'library, BorrowMutable<'l>>, Error> where
    O: ImmutableAccessIdentifier

Fetches the loader handle linked with the library handle.

Failure

The function fails if library is invalid.

Return

Handle on success, error otherwise.