pub trait PatchDiff { // Required method fn to_patch(&self, max_token_count: usize) -> Result<String>; }