Type Definition git_config::file::MetadataFilter

source ·
pub type MetadataFilter = dyn FnMut(&Metadata) -> bool;
Expand description

A function to filter metadata, returning true if the corresponding but omitted value can be used.