[][src]Trait iconwriter::FromPath

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

Trait for constructing structs from a given path.

Required methods

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

Constructs Self from a given path.

Loading content...

Implementors

impl FromPath for SourceImage[src]

Loading content...