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§

type Output = Vec<DiscretionaryElem>

Source§

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

Source§

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

Source§

type Output = Vec<Horizontal>

Source§

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

Source§

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

Source§

type Output = Vec<Vertical>

Source§

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

Implementors§

Source§

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

Source§

type Output = Vec<DiscretionaryElem>

Source§

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

Source§

type Output = Vec<Horizontal>

Source§

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

Source§

type Output = Vertical

Source§

impl<'a> ToBoxworks for Adjust<'a>

Source§

type Output = Adjust

Source§

impl<'a> ToBoxworks for Chars<'a>

Source§

type Output = Vec<Horizontal>

Source§

impl<'a> ToBoxworks for Discretionary<'a>

Source§

type Output = Discretionary

Source§

impl<'a> ToBoxworks for Glue<'a>

Source§

type Output = Glue

Source§

impl<'a> ToBoxworks for Hlist<'a>

Source§

type Output = HList

Source§

impl<'a> ToBoxworks for Insertion<'a>

Source§

type Output = Insertion

Source§

impl<'a> ToBoxworks for Kern<'a>

Source§

type Output = Kern

Source§

impl<'a> ToBoxworks for Ligature<'a>

Source§

type Output = Ligature

Source§

impl<'a> ToBoxworks for Mark<'a>

Source§

type Output = Mark

Source§

impl<'a> ToBoxworks for Math<'a>

Source§

type Output = Math

Source§

impl<'a> ToBoxworks for Penalty<'a>

Source§

type Output = Penalty

Source§

impl<'a> ToBoxworks for Rule<'a>

Source§

type Output = Rule

Source§

impl<'a> ToBoxworks for Vlist<'a>

Source§

type Output = VList