Trait xrl::FrontendBuilder [] [src]

pub trait FrontendBuilder<F> where
    F: Frontend
{ fn build(self, client: Client) -> F; }

A builder for the type F that implement the Frontend trait.

Required Methods

Implementors