Skip to main content

Module

Trait Module 

Source
pub trait Module {
    type Clients;

    // Required method
    fn create(&self, client: Self::Clients) -> Controllers;
}

Required Associated Types§

Required Methods§

Source

fn create(&self, client: Self::Clients) -> Controllers

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§