Trait heapless::pool::singleton::arc::Pool[][src]

pub trait Pool {
    type Data: 'static;
}
Expand description

Pool of Arc pointers

Associated Types

The data behind the Arc pointer

Implementors