Struct polar_core::macros::TestHelper [−][src]
pub struct TestHelper<T>(pub T);
Expand description
Special struct which is way more eager at implementing From
for a bunch of things, so that in the macros we can use TestHelper<Term>::from
and try and convert things as often as possible.
Tuple Fields
0: T
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.