Struct mcfunction_debugger::config::Config
source · pub struct Config<'l> {
pub namespace: &'l str,
pub shadow: bool,
pub adapter: Option<AdapterConfig<'l>>,
}Fields§
§namespace: &'l str§shadow: bool§adapter: Option<AdapterConfig<'l>>