Trait nmap_analyze::FromFile[][src]

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

Provided Methods

Implementors