Type Definition deadpool::managed::RecycleResult
source · [−]pub type RecycleResult<E> = Result<(), RecycleError<E>>;
Expand description
Result type for the recycle function
pub type RecycleResult<E> = Result<(), RecycleError<E>>;
Result type for the recycle function