Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
suggestions
/
auxiliary
/
meow.rs
blob: 115df70a690607bcc8dc2f1e0d34f850c6d53c21 [
file
] [
log
] [
blame
]
pub
trait
Meow
{
fn
meow
(&
self
)
{}
}
pub
struct
GlobalMeow
;
impl
Meow
for
GlobalMeow
{}
pub
(
crate
)
struct
PrivateMeow
;
impl
Meow
for
PrivateMeow
{}