rx_core_common 0.2.2

rx_core's core traits and implementations
Documentation
1
2
3
use std::marker::PhantomData;

pub type PhantomInvariant<T> = PhantomData<fn(T) -> T>;