Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
infinite_recursion_typedef_monomorph.rs
blob: 5c25e733c41158e73cd3ab85c4ffbeda7410f1a8 [
file
] [
log
] [
blame
]
pub
type
TryVec
<
T
>
=
fallible_collections
::
TryVec
<
T
>;
pub
type
TryString
=
fallible_collections
::
TryVec
<
u8
>;