pogress_bar/
errors.rs

1
2#[derive(Debug)]
3pub enum ProgBarError {
4	ValueOutOfBounds,
5	TermSizeUnknown
6}