ToBoxworks

Trait ToBoxworks 

Source
pub trait ToBoxworks {
    type Output;

    // Required method
    fn to_boxworks(&self) -> Self::Output;
}
Expand description

Convert a Box language data structure to a Boxworks data structure.

Required Associated Types§

Required Methods§

Source

fn to_boxworks(&self) -> Self::Output

Implementations on Foreign Types§

Source§

impl<'a> ToBoxworks for Vec<DiscretionaryElem<'a>>

Source§

impl<'a> ToBoxworks for Vec<Horizontal<'a>>

Source§

impl<'a> ToBoxworks for Vec<Vertical<'a>>

Implementors§