Skip to main content

PrepareProviderOptionsFn

Type Alias PrepareProviderOptionsFn 

Source
pub type PrepareProviderOptionsFn = Arc<dyn Fn(Option<ProviderOptions>) -> ProviderOptions + Send + Sync>;
Expand description

Adjusts a callee’s provider options so the provider routes its calls through the caller tool.

Aliased Type§

pub struct PrepareProviderOptionsFn { /* private fields */ }