[][src]Trait fastobo::ext::SerializationOrd

pub trait SerializationOrd {
    fn serialization_cmp(&self, other: &Self) -> Ordering;
}

A trait for structs that can be serialized in a particular order.

Required methods

fn serialization_cmp(&self, other: &Self) -> Ordering

Loading content...

Implementors

Loading content...