Function clang_sys::load_manually[][src]

pub fn load_manually() -> Result<SharedLibrary, String>

Loads a libclang shared library and returns the library instance.

This function does not attempt to load any functions from the shared library. The caller is responsible for loading the functions they require.

Failures

  • a libclang shared library could not be found
  • the libclang shared library could not be opened