//! # Errors produced by the controller (feature = `controller`).
//!
//! [`ControllerError`] covers submission-path failures: the controller being
//! absent, its queue being full, or its channel being closed.
use Error;
/// Errors returned by [`SupervisorHandle::submit`](crate::SupervisorHandle::submit)
/// and [`try_submit`](crate::SupervisorHandle::try_submit).