pub type RecorderStartLoggingForeverResult = Result<(), RecorderError>;Aliased Type§
pub enum RecorderStartLoggingForeverResult {
Ok(()),
Err(RecorderError),
}pub type RecorderStartLoggingForeverResult = Result<(), RecorderError>;pub enum RecorderStartLoggingForeverResult {
Ok(()),
Err(RecorderError),
}