Function ignite::str_util::print_debug

source ·
pub fn print_debug<T>(data: T)where
    T: Debug,
Expand description

Prints anything that implements the std::fmt::Debug trait.