6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
#[derive(Debug)]
|
||
|
pub struct CuddleContext {
|
||
|
pub plan: CuddlePlan,
|
||
|
pub path: PathBuf,
|
||
|
}
|