pub trait WithHost<T> {
    // Required method
    fn with_host(self, host: T) -> Self;
}

Required Methods§

source

fn with_host(self, host: T) -> Self

Implementors§