This website requires JavaScript.
Explore
Help
Sign In
Shikong
/
trpl-zh-cn
Watch
1
Star
0
Fork
0
You've already forked trpl-zh-cn
mirror of
https://github.com/KaiserY/trpl-zh-cn
synced
2025-04-30 02:08:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bdea44339e
trpl-zh-cn
/
listings
/
ch18-oop
/
listing-18-03
/
src
/
lib.rs
KaiserY
a6dff2e316
major update prepared for ch17
2024-10-20 23:44:05 +08:00
4 lines
39 B
Rust
Raw
Blame
History
pub
trait
Draw
{
fn
draw
(
&
self
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink