use std::path::PathBuf; pub struct JVSheeteditInput { pub file: PathBuf, pub editor: String, }