pub type LoggingResult<T> = Result<T, LoggingError>;Expand description
Result type for logging operations
Aliased Type§
pub enum LoggingResult<T> {
Ok(T),
Err(LoggingError),
}pub type LoggingResult<T> = Result<T, LoggingError>;Result type for logging operations
pub enum LoggingResult<T> {
Ok(T),
Err(LoggingError),
}