1 2 3 4 5 6 7 8
use aok::{Result, OK}; pub enum SignUp {} #[iat::captcha] pub async fn signup() -> Result<()> { OK }