pub type CommandRingControllerError = Error;

Aliased Type§

enum CommandRingControllerError {
    AddEvent(Error),
    CreateEvent(Error),
}

Variants§

§

AddEvent(Error)

§

CreateEvent(Error)