feat: Use info! for progress logging
Replaces existing progress_bar.println()
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
use opendal::Operator;
|
||||
|
||||
pub trait OperatorBuilder {
|
||||
fn build(&self) -> anyhow::Result<Operator>;
|
||||
}
|
||||
Reference in New Issue
Block a user