pub type Link = GenericLink<u32>;Expand description
The u32-addressed link used by the clink CLI and its decorators.
Aliased Type§
pub struct Link {
pub index: u32,
pub source: u32,
pub target: u32,
}Fields§
§index: u32§source: u32§target: u32