Trait nmap_analyze::SanityCheck[][src]

pub trait SanityCheck {
    type Error;
    fn is_sane(&self) -> Result<(), Self::Error>;
}

Associated Types

Required Methods

Implementors