pub trait DescribeOffset {
    fn describe_offset(offset: u32, fmt: &mut Formatter<'_>) -> Result;
}

Required Methods

Implementors