pub trait ProvideLibrary: Send + Sync {
// Required method
fn provide_library(&self) -> &LazyHash<Library>;
}Expand description
A trait for providing access to libraries.
Required Methods§
Sourcefn provide_library(&self) -> &LazyHash<Library>
fn provide_library(&self) -> &LazyHash<Library>
Provides the library.