Trait terminfo::Expand [] [src]

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

Trait for items that can be expanded.

Required Methods

Implementors