Struct waterfall::Config [] [src]

pub struct Config {
    // some fields omitted
}

Methods

impl Config
[src]

fn new() -> Config

fn num_slices(&mut self, count: usize) -> &mut Self

fn slice_duration(&mut self, value: u64) -> &mut Self

fn build(self) -> Waterfall

Trait Implementations

impl Default for Config
[src]

fn default() -> Config

Returns the "default value" for a type. Read more