Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc-js
/
nested-unboxed.rs
blob: 57f9592b791471e99c49a4bb4e8958b11ffd55c7 [
file
] [
log
] [
blame
]
pub
struct
Object
<
T
,
U
>(
T
,
U
);
pub
fn
something
()
->
Result
<
Object
<
i32
,
u32
>,
bool
>
{
loop
{}
}