[][src]Trait xrl::FrontendBuilder

pub trait FrontendBuilder {
    type Frontend: Frontend;
    pub fn build(self, client: Client) -> Self::Frontend;
}

A trait to build a type that implements Frontend.

Associated Types

type Frontend: Frontend[src]

The type to build

Loading content...

Required methods

pub fn build(self, client: Client) -> Self::Frontend[src]

Build the frontend with the given client.

Loading content...

Implementors

Loading content...