[][src]Trait icon_baker::FromPath

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

Trait for constructing structs from a given path.

Required methods

fn from_path<P: AsRef<Path>>(path: P) -> Option<Self>

Constructs Self from a given path.

Loading content...

Implementors

impl FromPath for SourceImage[src]

Loading content...