[][src]Trait sn0int::lazy::LazyInit

pub trait LazyInit<T> {
    fn initialize(self) -> Result<T>;
}

Required methods

fn initialize(self) -> Result<T>

Loading content...

Implementors

impl LazyInit<Arc<AsnDB>> for MaxmindReader[src]

impl LazyInit<Arc<GeoIP>> for MaxmindReader[src]

impl LazyInit<Arc<Psl>> for PslReader[src]

Loading content...