Advertisement
wellthatsucks

Untitled

Mar 2nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. error[E0117]: only traits defined in the current crate can be implemented for arbitrary types
  2. --> /home/meh/devel/rust/gstreamer-rs/gstreamer-rtsp-server/src/r_t_s_p_token.rs:44:1
  3. |
  4. 44 | / impl Default for GstRc<RTSPTokenRef> {
  5. 45 | | fn default() -> Self {
  6. 46 | | Self::new()
  7. 47 | | }
  8. 48 | | }
  9. | |_^ impl doesn't use types inside crate
  10. |
  11. = note: the impl does not reference any types defined in this crate
  12. = note: define and implement a trait or new type instead
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement