Trait boxworks_lang::convert::ToBoxLang
source · pub trait ToBoxLang {
type Output;
// Required method
fn to_box_lang(&self) -> Self::Output;
}
Expand description
Convert a Boxworks data structure to a Box language data structure.