pub type LogSinkWaitForInterestChangeResult = Result<Interest, InterestChangeError>;

Aliased Type§

enum LogSinkWaitForInterestChangeResult {
    Ok(Interest),
    Err(InterestChangeError),
}

Variants§

§1.0.0

Ok(Interest)

Contains the success value

§1.0.0

Err(InterestChangeError)

Contains the error value