Skip to main content

IntoServeResponseStatic

Trait IntoServeResponseStatic 

Source
pub trait IntoServeResponseStatic<'req> {
    // Required method
    fn into_serve_response_static(self) -> ServeInner<'req>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§