Trait terminfo::Expand [] [src]

pub trait Expand {
    fn expand<W: Write>(&self,
                        output: W,
                        parameters: &[Parameter],
                        context: &mut Context)
                        -> Result<()>; }

Trait for items that can be expanded.

Required Methods

Implementors