[][src]Trait nmap_analyze::FromFile

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

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>

Loading content...

Implementors

impl FromFile for Mapping[src]

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

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

impl FromFile for Run[src]

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

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

impl FromFile for PortSpecs[src]

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

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

Loading content...