New feature: Allow Configurator::into_builder()
to convert into a corresponding builder
#4967
Closed
1 task done
Labels
enhancement
New feature or request
Feature Description
opendal/core/src/types/builder.rs
Lines 97 to 111 in e05e310
Configurator::into_builder
now returnsimpl Builder
, resulting in the absence of its type information. This prohibits us from parsing the config intoS3Config
and then convertingS3Config
intoS3Builder
. Consequently, users are unable to add more settings for the HTTP client.Problem and Solution
Let's introduce
Builder
as an associated type withinConfigurator
.Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: