Trait wezterm_dynamic::ToDynamic
source · [−]pub trait ToDynamic {
fn to_dynamic(&self) -> Value;
}
Expand description
The ToDynamic trait allows a type to emit a representation of itself as the Value type. This trait can be derived.
pub trait ToDynamic {
fn to_dynamic(&self) -> Value;
}
The ToDynamic trait allows a type to emit a representation of itself as the Value type. This trait can be derived.