Function spawn_editor::spawn_editor_generic

source ·
pub fn spawn_editor_generic<Ta, Tb>(
    override_editor: Option<Ta>,
    extra_args: &[Tb]
) -> Result<ExitStatus, SEError>
where Ta: AsRef<str>, Tb: AsRef<str>,
Expand description

This function is a convenient wrapper around spawn_editor, in case that the arguments aren’t simple string slices