[][src]Trait nmap_analyze::SanityCheck

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

Associated Types

type Error

Loading content...

Required methods

fn is_sane(&self) -> Result<(), Self::Error>

Loading content...

Implementors

impl SanityCheck for Host[src]

type Error = Error

impl SanityCheck for Run[src]

type Error = Error

Loading content...