Sign in
rust
/
rust
/
35bc5436d3da2aa6bee9f6ec93c19aeae5eed9f2
/
.
/
tests
/
rustdoc-js
/
assoc-type-unbound.rs
blob: 713b77b500723fcdfb7dd87b16366a1ea748b7d6 [
file
]
pub
trait
MyIter
{
type
Item
;
fn
next
(&
mut
self
)
->
Option
<
Self
::
Item
>;
}