gstreamer-rs/examples/src
Sebastian Dröge 06cfcd57fc Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait
Fixes clippy warnings, prevents confusing errors and is more consistent.

The Display trait provides a to_string() method by itself and FromStr
provides from_str().
2019-10-04 11:01:55 +03:00
..
bin Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait 2019-10-04 11:01:55 +03:00
examples-common.rs Allow to return something from the examples/tutorials main() wrapper 2017-11-12 20:11:25 +01:00