Skip to main content

VersionCheckFn

Type Alias VersionCheckFn 

Source
pub type VersionCheckFn = Box<dyn Fn(&str, &str) -> bool + Send + Sync>;
Expand description

Version checker: (current: &str, min: &str) -> bool

Aliased Typeยง

pub struct VersionCheckFn(/* private fields */);