Skip to main content

FromLib

Trait FromLib 

Source
pub trait FromLib:
    Extension
    + Send
    + Sync {
    // Required method
    fn new() -> Self
       where Self: Sized;
}
Expand description

Extension implementation that is compiled directly into the current process.

Required Methods§

Source

fn new() -> Self
where Self: Sized,

Initialize extension from a library.

Implementors§