Function test::stats::write_5_number_summary[src]
pub fn write_5_number_summary<T: Float + Show>(w: &mut Writer, s: &Summary<T>) -> IoResult<()>
Render writes the min, max and quartiles of the provided Summary to the provided Writer.
pub fn write_5_number_summary<T: Float + Show>(w: &mut Writer, s: &Summary<T>) -> IoResult<()>
Render writes the min, max and quartiles of the provided Summary to the provided Writer.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).