Trait AsConnectionOption

Source
pub trait AsConnectionOption: Sealed {
    // Required method
    fn as_connection_option(&self) -> &str;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl AsConnectionOption for &str

Source§

impl AsConnectionOption for &HeaderName

Source§

impl AsConnectionOption for HeaderName

Implementors§