pub trait ConfigPart {
// Required method
fn to_config_str(&self) -> String;
}Expand description
Trait for generating BLT configuration strings.
Those will get fed directly to the terminal_set() C API function.
pub trait ConfigPart {
// Required method
fn to_config_str(&self) -> String;
}Trait for generating BLT configuration strings.
Those will get fed directly to the terminal_set() C API function.