Skip to content

Commit a81acd2

Browse files
Readded bound
1 parent b3700d7 commit a81acd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tuplities-flatten-nest/src/nested_option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub trait NestedTupleOptionWith<H>: NestedTupleOption {
5858
/// A trait for converting nested tuples into nested tuples of options.
5959
pub trait IntoNestedTupleOption {
6060
/// The nested tuple of options type.
61-
type IntoOptions: NestedTupleOption<Transposed = Self>;
61+
type IntoOptions: NestedTupleOption<Transposed = Self> + IntoNestedTupleOption;
6262

6363
/// Converts the nested tuple into a nested tuple of `Some` values.
6464
///

0 commit comments

Comments
 (0)