Skip to main content

OtpHashFn

Type Alias OtpHashFn 

Source
pub type OtpHashFn = Arc<dyn Fn(String) -> Pin<Box<dyn Future<Output = Result<String, RustAuthError>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct OtpHashFn { /* private fields */ }