Skip to main content

create_http_object

Function create_http_object 

Source
pub fn create_http_object<T: ?Sized + HttpInterface>(
    x: Arc<T>,
) -> Arc<dyn HttpInterface>