EditorPort

Trait EditorPort 

Source
pub trait EditorPort {
    // Required method
    fn edit(&self, initial: &str) -> Result<String>;
}

Required Methods§

Source

fn edit(&self, initial: &str) -> Result<String>

Implementors§