[][src]Trait termpixels::core::Clear

pub trait Clear: Object {
    fn clear_ascii_for(&self, location: &Location) -> Option<char>;
fn clear_style_for(&self, location: &Location) -> Style; }

Required methods

fn clear_ascii_for(&self, location: &Location) -> Option<char>

fn clear_style_for(&self, location: &Location) -> Style

Loading content...

Implementors

Loading content...