[][src]Trait iconwriter::FromFile

pub trait FromFile where
    Self: Sized
{ pub fn from_file<P: AsRef<Path>>(path: P) -> Option<Self>; }

Trait for constructing structs from a given path.

Required methods

pub fn from_file<P: AsRef<Path>>(path: P) -> Option<Self>[src]

Constructs Self from a given path.

Loading content...

Implementors

impl FromFile for SourceImage[src]

Loading content...