pub trait FromLib: Extension + Send + Sync { // Required method fn new() -> Self where Self: Sized; }
Initialize extension from a library.