Trait terminfo::expand::Expand

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

Trait for items that can be expanded.

Required Methods§

Implementations on Foreign Types§

Implementors§