Trait heapless::pool::singleton::arc::Pool

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

Pool of Arc pointers

Required Associated Types§

source

type Data: 'static

The data behind the Arc pointer

Object Safety§

This trait is not object safe.

Implementors§