Trait FromLib
vouch_lib::extension::common
pub trait FromLib: Send + Sync { fn new() -> Self where Self: Sized; }
fn new() -> Self where Self: Sized,
Initialize extension from a library.