Trait Optionable

Source
pub trait Optionable {
    // Required method
    fn to_option(self) -> Option<String>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Optionable for String

Implementors§