[][src]Trait wpscan_analyze::wpscan::FromFile

pub trait FromFile {
    fn from_file<P: AsRef<Path>, E>(path: P) -> Result<Self, Error>
    where
        Self: Sized + FromStr<Err = E>,
        E: Fail
, { ... }
fn string_from_file<P: AsRef<Path>>(path: P) -> Result<String, Error> { ... } }

Provided methods

fn from_file<P: AsRef<Path>, E>(path: P) -> Result<Self, Error> where
    Self: Sized + FromStr<Err = E>,
    E: Fail

fn string_from_file<P: AsRef<Path>>(path: P) -> Result<String, Error>

Loading content...

Implementors

impl FromFile for WpScan[src]

Loading content...