Struct dprint_cli_core::logging::Logger
source · [−]pub struct Logger { /* private fields */ }
Implementations
pub fn log_text_items(
&self,
text_items: &[LoggerTextItem],
context_name: &str,
terminal_width: Option<u16>
)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Logger
impl !UnwindSafe for Logger
Blanket Implementations
Mutably borrows from an owned value. Read more