[][src]Trait websocat::lints::SpecifierStackExt

pub trait SpecifierStackExt {
    fn stdio_usage_status(&self) -> StdioUsageStatus;
fn reuser_count(&self) -> usize;
fn contains(&self, t: &'static str) -> bool;
fn is_multiconnect(&self) -> bool;
fn is_stream_oriented(&self) -> bool;
fn insert_line_class_in_proper_place(&mut self, x: Rc<dyn SpecifierClass>); }

Required methods

fn stdio_usage_status(&self) -> StdioUsageStatus

fn reuser_count(&self) -> usize

fn contains(&self, t: &'static str) -> bool

fn is_multiconnect(&self) -> bool

fn is_stream_oriented(&self) -> bool

fn insert_line_class_in_proper_place(&mut self, x: Rc<dyn SpecifierClass>)

Loading content...

Implementors

Loading content...