diff --git a/src/builder.rs b/src/builder.rs index 3b2f0c8..a303116 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -98,7 +98,7 @@ where } } - pub fn with_options>>(mut self, opts: O) -> Self { + pub fn with_options(mut self, opts: impl IntoOptionsMaybe) -> Self { self.opts = opts.into(); self }