pub fn trailing_comment_start_offset<T>( located: &T, source: &str, ) -> Option<TextSize>where T: Ranged,
If a Ranged has a trailing comment, return the index of the hash.
Ranged