pub struct LogFormatter;Expand description
ログメッセージのフォーマッタ Merkle DAG: cli_interface -> LogFormatter component
Implementations§
Source§impl LogFormatter
impl LogFormatter
Sourcepub fn processing(message: &str) -> String
pub fn processing(message: &str) -> String
処理中メッセージをフォーマット
Auto Trait Implementations§
impl Freeze for LogFormatter
impl RefUnwindSafe for LogFormatter
impl Send for LogFormatter
impl Sync for LogFormatter
impl Unpin for LogFormatter
impl UnwindSafe for LogFormatter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more