pub trait IntoArma {
// Required method
fn to_arma(&self) -> Value;
}Expand description
Convert a type to a value that can be sent into Arma
pub trait IntoArma {
// Required method
fn to_arma(&self) -> Value;
}Convert a type to a value that can be sent into Arma