Struct jamsocket::SimpleJamsocketServiceFactory[][src]

pub struct SimpleJamsocketServiceFactory<S: SimpleJamsocketService, C: JamsocketContext> { /* fields omitted */ }
Expand description

A JamsocketServiceFactory that passes through build() arguments directly to the associated SimpleJamsocketService’s new() constructor, and wraps the result in a WrappedJamsocketService.

Trait Implementations

Returns the “default value” for a type. Read more

The type of JamsocketService that the object implementing this trait builds.

Non-destructively build a JamsocketService from self.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.