IntoOptions

Trait IntoOptions 

Source
pub trait IntoOptions {
    // Required method
    fn into_options_src(self) -> OptionsSource;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoOptions for &str

Source§

impl IntoOptions for String

Implementors§