mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-22 23:10:20 +08:00
19 lines
455 B
Plaintext
19 lines
455 B
Plaintext
digraph {
|
|
rankdir=LR;
|
|
overlap=false;
|
|
dpi=300.0;
|
|
node [shape="plaintext"];
|
|
|
|
table0[label=<
|
|
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
|
|
<TR><TD COLSPAN="2" SIDES="B">Cons</TD></TR>
|
|
<TR><TD>i32</TD><TD>
|
|
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
|
|
<TR><TD SIDES="B">Box</TD></TR>
|
|
<TR><TD>usize</TD></TR>
|
|
</TABLE>
|
|
</TD></TR>
|
|
</TABLE>>];
|
|
}
|
|
|