pub trait FromLib: Extension + Send + Sync { // Required method fn new() -> Self where Self: Sized; }
Extension implementation that is compiled directly into the current process.
Initialize extension from a library.