Type Alias VersionComparator

Source
pub type VersionComparator = Arc<dyn Fn(Version, RemoteRelease) -> bool + Send + Sync>;

Aliased Typeยง

pub struct VersionComparator { /* private fields */ }