This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Format code

+1 -1
+1 -1
src/ui.rs
··· 98 98 99 99 pub trait MaybeProgressBar<'a> { 100 100 fn set_message(&'a self, message: impl Into<Cow<'static, str>>); 101 - fn set_length(&'a self, length: u64); 101 + fn set_length(&'a self, length: u64); 102 102 fn inc(&'a self, n: u64); 103 103 fn println(&'a self, message: impl AsRef<str>); 104 104 }