[][src]Trait milstian_internet_framework::response::tcp::http::ResponderInterfaceCopy

pub trait ResponderInterfaceCopy {
    fn clone_box(&self) -> Box<dyn ResponderInterface + Send>;
}

Required methods

fn clone_box(&self) -> Box<dyn ResponderInterface + Send>

Loading content...

Implementors

impl<T> ResponderInterfaceCopy for T where
    T: 'static + ResponderInterface + Clone + Send
[src]

Loading content...