digraph { rankdir = LR; overlap = false; dpi = 300.0; splines = false; cluster = true; newrank = true; outputorder = in; compound = true; labelloc = "c"; node [shape = "plaintext";]; pinned_box [label = <
Pin
>;]; subgraph cluster_deref { style = dashed; label = "String"; pin [shape = "point";]; fut [label = <
5usize h e l l o
>;]; } edge [tailclip = false;]; pinned_box -> pin [tailport = "source:c"; arrowhead = "none";]; pin -> fut [headport = "target";]; }