1 2 3 4 5 6
use std::path::PathBuf; pub struct JVSheeteditInput { pub file: PathBuf, pub editor: String, }