[][src]Trait wpscan_analyze::wpscan::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 WpScan[src]

type Error = Error

Loading content...