Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-js
/
nested-unboxed.rs
blob: 57f9592b791471e99c49a4bb4e8958b11ffd55c7 [
file
] [
log
] [
blame
] [
edit
]
pub
struct
Object
<
T
,
U
>(
T
,
U
);
pub
fn
something
()
->
Result
<
Object
<
i32
,
u32
>,
bool
>
{
loop
{}
}