implicit-trait 0.3.0

Add methods to foreign types with implicitly defined traits.
Documentation
1
2
3
4
5
6
7

#[test]
fn run_tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/pass/*.rs");
    t.compile_fail("tests/fail/*.rs");
}