Trait vouch_lib::extension::common::FromLib[][src]

pub trait FromLib: Send + Sync {
    fn new() -> Self
    where
        Self: Sized
; }

Required methods

fn new() -> Self where
    Self: Sized
[src]

Initialize extension from a library.

Loading content...

Implementors

Loading content...