automatic-relations 0.2.1

Tree automatic relations
Documentation
1
2
3
4
5
use std::marker::PhantomData;

pub struct PatternMatcher<F> {
    f: PhantomData<F>
}