pub trait StrSliceOptionX {
    // Required method
    fn or_default(&self) -> &str;
}

Required Methods§

source

fn or_default(&self) -> &str

Implementations on Foreign Types§

source§

impl StrSliceOptionX for Option<&&str>

source§

fn or_default(&self) -> &str

source§

impl StrSliceOptionX for Option<&str>

source§

fn or_default(&self) -> &str

Implementors§