Skip to main content

VerifyCodePrompt

Type Alias VerifyCodePrompt 

Source
type VerifyCodePrompt = Arc<dyn Fn() -> Option<String> + Send + Sync>;

Aliased Typeยง

struct VerifyCodePrompt { /* private fields */ }