pub fn structural_mapping_colon(text: &str) -> Option<usize>
The offset of the first colon that YAML treats as a mapping key/value separator, or None when the line has no such colon.
None