cargo-msrv 0.15.1

Find your minimum supported Rust version (MSRV)!
Documentation
pub trait FormatUserOutput<T> {
    /// Format user output as output type `T`.
    fn format_line(&self) -> String;
}

pub struct Json;
pub struct Human;