I currently use the Handlebars::register_templates_directory API which in 5.0.0-beta.3 requires a parameter of type DirectorySourceOptions to be passed into.
I cannot use this type as it is not exposed, resorting to a Default::default() call.
Is this visibility intentional?
I currently use the
Handlebars::register_templates_directoryAPI which in5.0.0-beta.3requires a parameter of typeDirectorySourceOptionsto be passed into.I cannot use this type as it is not exposed, resorting to a
Default::default()call.Is this visibility intentional?