pub type RecycleResult<E> = Result<(), RecycleError<E>>;
Available on crate feature managed only.
Expand description

Result type of the Manager::recycle() method.