Trait LaunchConfig

Source
pub trait LaunchConfig: 'static { }
Expand description

A marker trait for platform configs. We use this marker to make sure that the user doesn’t accidentally pass in a config builder instead of the config

Implementations on Foreign Types§

Source§

impl LaunchConfig for ()

Implementors§