[][src]Trait rome::graphs::collection::TripleCmpWrap

pub trait TripleCmpWrap<'g> { }

TripleCmpWrap can wrap a Triple and has no associated types. This makes it possible to re-use a pointer This is an internal trait for GraphCollection.

Implementors

impl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::SPOTriple
[src]

impl<'g> TripleCmpWrap<'g> for <Graph128 as Graph<'g>>::OPSTriple
[src]

impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::SPOTriple
[src]

impl<'g> TripleCmpWrap<'g> for <Graph64 as Graph<'g>>::OPSTriple
[src]