pub trait ControlLikeEditor: ToPyObject {
// Required methods
fn source(&self) -> Option<Deb822Paragraph>;
fn binaries(&self) -> Vec<Deb822Paragraph>;
}pub trait ControlLikeEditor: ToPyObject {
// Required methods
fn source(&self) -> Option<Deb822Paragraph>;
fn binaries(&self) -> Vec<Deb822Paragraph>;
}