Function dprint_core::formatting::condition_helpers::is_hanging

source ·
pub fn is_hanging(
    condition_context: &mut ConditionResolverContext<'_, '_>,
    start_lsil: LineStartIndentLevel,
    end_lsil: Option<LineStartIndentLevel>
) -> Option<bool>