Trait async_pool::Pool

source ·
pub trait Pool: 'static {
    type Item: 'static;
}

Required Associated Types§

source

type Item: 'static

Object Safety§

This trait is not object safe.

Implementors§