Skip to content

Commit 55d1002

Browse files
Added more tautological bounds
1 parent 652c25e commit 55d1002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tuplities-flatten-nest/src/nested_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::IntoNestedTupleOption;
55
/// Trait to obtain a nested tuple of references from a nested tuple of values.
66
pub trait NestedTupleRef {
77
/// The nested tuple type containing references to each leaf value.
8-
type Ref<'a>: Copy + IntoNestedTupleOption
8+
type Ref<'a>: Copy + IntoNestedTupleOption<IntoOptions: Copy>
99
where
1010
Self: 'a;
1111

0 commit comments

Comments
 (0)