pub type LogSinkWaitForInterestChangeResult = Result<Interest, InterestChangeError>;
Aliased Type§
enum LogSinkWaitForInterestChangeResult {
Ok(Interest),
Err(InterestChangeError),
}
pub type LogSinkWaitForInterestChangeResult = Result<Interest, InterestChangeError>;
enum LogSinkWaitForInterestChangeResult {
Ok(Interest),
Err(InterestChangeError),
}