Trait forky_core::OptionOsStrExt

source ·
pub trait OptionOsStrExt {
    // Required method
    fn str(&self) -> &str;
}

Required Methods§

source

fn str(&self) -> &str

Implementations on Foreign Types§

source§

impl OptionOsStrExt for Option<&OsStr>

source§

fn str(&self) -> &str

Implementors§