pub type RecycleResult<E> = Result<(), RecycleError<E>>;
Expand description

Result type for the recycle function