[][src]Trait kas::Editable

pub trait Editable: HasText {
    fn is_editable(&self) -> bool;
}

Additional functionality required by the Entry class.

Required methods

fn is_editable(&self) -> bool

Get whether this input field is editable.

Loading content...

Implementors

impl<H> Editable for Entry<H>
[src]

Loading content...