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

pub fn get_library_types<L>(
    _token: &LockToken<L>,
    buffer: impl AsMut<[LibraryType]>
) -> Result<usize, Error>

Copies the strings of the registered library types into a buffer.

Failure

The function fails if buffer.as_ref().len() < get_num_loaders().

Return

Number of written types on success, error otherwise.