pub fn test_splitable_methods_valid<E: SplitAndJoinSpan + 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.