pub struct CPMsgRecord { /* fields omitted */ }
Expand description
CPMsgRecord stands for command palette record which used to pass the
logging message from slog object to view objet by LAST_LOG_TO_DISPLAY
Convenience function of construct message.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
Calls the given closure and return the result. Read more
Calls the given closure on self.
Calls the given closure on self.
Calls the given closure if condition == true.