pub fn serialize_offset<S: Serializer>(
offset: &Offset,
s: S,
) -> Result<S::Ok, S::Error>Expand description
Serialize an Offset as its canonical string representation.
ยงErrors
Returns an error if the underlying serializer fails to serialize the string representation.