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