pub trait Edit {
    fn edit_content(&mut self, rt: &Runtime<'_>) -> Result<()>;
}

Required Methods

Implementations on Foreign Types

source

impl Edit for Entry

Implementors