heapless
0.7.17
Pool
Required Associated Types
Data
Object Safety
Implementors
In heapless::pool::singleton::arc
Trait
heapless
::
pool
::
singleton
::
arc
::
Pool
Copy item path
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
§