index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
rustdoc-js
/
trait-methods.rs
blob: c88f5edfd55b7c146394107726537db9b030e4b5 (
plain
)
1
2
3
4
pub trait MyTrait { type Item; fn next(&mut self) -> Option<Self::Item>; }