index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
structs-enums
/
auxiliary
/
cci_class_trait.rs
blob: 2d02b591c55598079158575e7b979444bb0012fc (
plain
)
1
2
3
4
5
pub
mod
animals
{
pub
trait
noisy
{
fn
speak
(
&
mut
self
);
}
}