[][src]Trait domain_info::Scanner

pub trait Scanner<Res> {
    fn scan(&self) -> ScannerResult<Res>;
}

A helper trait to support ergonomic use of the lib

Required methods

fn scan(&self) -> ScannerResult<Res>

Loading content...

Implementations on Foreign Types

impl Scanner<DomainInfo> for str[src]

Loading content...

Implementors

Loading content...