Trait IntoConfig

Source
pub trait IntoConfig {
    // Required method
    fn into_config(self) -> Result<Config>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoConfig for &str

Source§

impl IntoConfig for String

Source§

impl IntoConfig for Url

Source§

impl<T: Into<String>> IntoConfig for (T, u16)

Implementors§