Function realize::apply [] [src]

pub fn apply<F>(config: F) where
    F: FnOnce(&mut Reality), 

Runs the supplied configuration function and applies the resulting reality. This should be called from your main method, it assumes that it is safe to call std::process::exit for example.