pub type AuthSetupAgentFuture<'a> = Pin<Box<dyn Future<Output = Result<AuthSetupAgentOutput, AuthSetupAgentError>> + Send + 'a>>;Aliased Typeยง
pub struct AuthSetupAgentFuture<'a> { /* private fields */ }pub type AuthSetupAgentFuture<'a> = Pin<Box<dyn Future<Output = Result<AuthSetupAgentOutput, AuthSetupAgentError>> + Send + 'a>>;pub struct AuthSetupAgentFuture<'a> { /* private fields */ }