Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
auxiliary
/
meow.rs
blob: 115df70a690607bcc8dc2f1e0d34f850c6d53c21 [
file
] [
log
] [
blame
] [
edit
]
pub
trait
Meow
{
fn
meow
(&
self
)
{}
}
pub
struct
GlobalMeow
;
impl
Meow
for
GlobalMeow
{}
pub
(
crate
)
struct
PrivateMeow
;
impl
Meow
for
PrivateMeow
{}