Skip to main content

ChipPtr

Type Alias ChipPtr 

Source
pub type ChipPtr = UniquePtr<Chip>;
Expand description

Convenience alias for the common case of holding a chip instance.

Aliased Typeยง

pub struct ChipPtr { /* private fields */ }