Trait array_tool::string::Justify [−][src]
pub trait Justify {
fn justify_line(&self, width: usize) -> String;
}
Expand description
Justify - expand line to given width.
pub trait Justify {
fn justify_line(&self, width: usize) -> String;
}
Justify - expand line to given width.