Function devlog::editor::open[][src]

pub fn open<W: Write>(
    w: &mut W,
    config: &Config,
    path: &Path
) -> Result<(), Error>

Opens the specified file in a text editor program. If available, the before-edit and after-edit hooks are invoked.