Type Definition deuterium::SharedPredicate [] [src]

type SharedPredicate = Rc<Box<Predicate + 'static>>;

Trait Implementations