Struct exonum_configuration::ServiceFactory [] [src]

pub struct ServiceFactory;

A configuration service creator for the NodeBuilder.

Trait Implementations

impl Debug for ServiceFactory
[src]

[src]

Formats the value using the given formatter. Read more

impl ServiceFactory for ServiceFactory
[src]

Important traits for Box<W>
[src]

Creates a new service instance from the context returned by the Run command.

[src]

Returns CommandExtension for the specific CommandName.

Auto Trait Implementations