cargo-msrv 0.14.0

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

pub struct Json;
pub struct Human;