pub type Error = Error;

Aliased Type§

enum Error {
    QueueFull,
}

Variants§

§

QueueFull