[][src]Trait terminfo::expand::Expand

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

fn expand<W: Write>(
    &self,
    output: W,
    parameters: &[Parameter],
    context: &mut Context
) -> Result<()>

Loading content...

Implementations on Foreign Types

impl Expand for [u8][src]

Loading content...

Implementors

Loading content...