pub trait Snippet { // Required method fn snippet(&self) -> String; }
Trait for creating short, truncated representations of values for display/debugging
Returns a short, truncated representation of the value