Trait routecore::record::Meta[][src]

pub trait Meta where
    Self: Debug + Sized + Display + Clone
{ fn summary(&self) -> String; }
Expand description

Trait for types that can be used as metadata of a record

Required methods

Implementors