Function sta::disp::print_debug [] [src]

pub fn print_debug<T>(data: T) where
    T: Debug

Prints anything with the std::fmt::Debug trait. Useful for printing different collections.