spacegate_kernel::service::http_route::builder

Trait BackendKindBuilder

source
pub trait BackendKindBuilder: Default + Debug {
    // Required method
    fn build(self) -> Backend;
}

Required Methods§

source

fn build(self) -> Backend

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§