Type Alias tokio_rustls_acme::Event

source ·
pub type Event<EC, EA> = Result<EventOk, EventError<EC, EA>>;

Aliased Type§

enum Event<EC, EA> {
    Ok(EventOk),
    Err(EventError<EC, EA>),
}

Variants§

§1.0.0

Ok(EventOk)

Contains the success value

§1.0.0

Err(EventError<EC, EA>)

Contains the error value