Trait JSONStats

Source
pub trait JSONStats {
    // Required method
    fn json_stats(self, settings: &Settings) -> Result<StatsResult, NDJSONError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl JSONStats for &PathBuf

Source§

impl JSONStats for Stdin

Implementors§