Function rle::test_splitable_methods_valid [−][src]
pub fn test_splitable_methods_valid<E: SplitableSpan + Debug + Clone + Eq>(
entry: E
)Expand description
Simple test helper to verify an implementation of SplitableSpan is valid and meets expected constraints.
Use this to test splitablespan implementations in tests.