YankedChecker

Trait YankedChecker 

Source
pub trait YankedChecker {
    // Required method
    fn is_yanked(&self) -> bool;
}
Expand description

Helper trait for checking if a version is yanked.

Allows generic code to work with UnifiedVersion without circular dependency.

Required Methods§

Source

fn is_yanked(&self) -> bool

Implementors§