gstreamer-rs/tutorials/src
François Laignel 948fb2ae4b Replace XXXReturn with Result<XXXSuccess, XXXError>
... in function signatures.

These breaking changes aim at improving usability by allowing users
to take advantage of Rust error management features sur as `ok_or`,
`map_err`, `expect` and the `?` operator. See the `examples` and
`tutorials` to get an idea of the impacts.
2019-01-11 18:33:04 +01:00
..
bin Replace XXXReturn with Result<XXXSuccess, XXXError> 2019-01-11 18:33:04 +01:00
tutorials-common.rs Allow to return something from the examples/tutorials main() wrapper 2017-11-12 20:11:25 +01:00