[][src]Trait from_as_file::FromFile

pub trait FromFile<RHS = Self> {
    type Error: Error;
    pub fn from_file<P: AsRef<Path>>(path: P) -> Result<RHS, Self::Error>
    where
        Self: Deserialize<'de>
; }

Associated Types

Loading content...

Required methods

pub fn from_file<P: AsRef<Path>>(path: P) -> Result<RHS, Self::Error> where
    Self: Deserialize<'de>, 
[src]

Loading content...

Implementors

Loading content...