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

Required Methods§

Implementors§