Skip to main content

QueryTokenProvider

Type Alias QueryTokenProvider 

Source
pub type QueryTokenProvider = Box<dyn Fn() -> Pin<Box<dyn Future<Output = Result<String>> + Send>> + Send + Sync>;
Expand description

Query token provider function

Aliased Typeยง

pub struct QueryTokenProvider(/* private fields */);