1use crate::records::to_string_span::ToStringSpan; 2 3impl ToStringSpan { 4 pub fn start_pos(&self) -> usize { 5 self.start_pos 6 } 7}