Trait metrix::Descriptive[][src]

pub trait Descriptive {
    fn title(&self) -> Option<&str> { ... }
fn description(&self) -> Option<&str> { ... } }

Something that has a title and a description

This is mostly useful for snapshots. When a Snapshot is taken there is usually a parameter descriptive that determines whether title and description should be part of a Snapshot. See also PutsSnapshot.

Provided Methods

Implementors