OnValue

Type Alias OnValue 

Source
pub type OnValue<Ctx> = fn(&OsStr, &mut Ctx) -> Result<()>;
Expand description

Callback to apply a value/flag into user context.