Trait wallswitch::PrintSlice

source ·
pub trait PrintSlice {
    // Required method
    fn print_slice(&self, spaces: &str);
}

Required Methods§

source

fn print_slice(&self, spaces: &str)

Implementations on Foreign Types§

source§

impl<T> PrintSlice for [T]
where T: Display,

source§

fn print_slice(&self, spaces: &str)

Implementors§