[][src]Type Definition abi_stable::library::LibraryGetterFn

type LibraryGetterFn<T> = extern "C" fn() -> WithLayout<T>;

A type alias for a function that exports a module (a struct of function pointers that implements RootModule).