Trait path_abs::ser::FromStfu8[][src]

pub trait FromStfu8: Sized {
    fn from_stfu8(s: &str) -> Result<Self, DecodeError>;
}

Required methods

Loading content...

Implementors

impl<T> FromStfu8 for T where
    T: From<PathBuf>, 
[src]

Loading content...