[][src]Trait tempest::source::SourceBuilder

pub trait SourceBuilder {
    type Source;
    fn build(&self) -> Self::Source;

    fn parse_config_value(&mut self, _cfg: Value) { ... }
}

Associated Types

type Source

Loading content...

Required methods

fn build(&self) -> Self::Source

Loading content...

Provided methods

fn parse_config_value(&mut self, _cfg: Value)

Given a Topology.toml for a [source.config] config::Value override the options for the source.

Loading content...

Implementors

Loading content...