Struct waterfall::Config [] [src]

pub struct Config {
    // some fields omitted
}

Methods

impl Config
[src]

fn new() -> Config

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

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

fn build(self) -> Waterfall

Trait Implementations

impl Default for Config
[src]

fn default() -> Config

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