Trait HasBreakingChange

Source
pub trait HasBreakingChange {
    // Required method
    fn has_breaking_changes(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl HasBreakingChange for &[&ValidationIssue]

Source§

impl HasBreakingChange for &[ValidationIssue]

Implementors§