Advertisement
cwchen

[Rust] The Drive trait

Aug 28th, 2017
3,341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.08 KB | None | 0 0
  1. // Use Drive trait as a common type
  2. pub trait Drive {
  3.     fn drive(&self);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement