Type Alias dprint_core::formatting::ConditionResolver

source ·
pub type ConditionResolver = Rc<dyn Fn(&mut ConditionResolverContext<'_, '_>) -> Option<bool>>;
Expand description

Function used to resolve a condition.

Aliased Type§

struct ConditionResolver { /* private fields */ }