G
Size: a a a
G
G
r
p
#[derive(FSM)]
struct User {
#[with(handle_user_age)]
age: u32,
}
fn handle_user_age(ctx: Ctx) -> Option<u32> {
//handle
}
G
A
G
#[derive(FSM)]
struct User {
#[with(handle_user_age)]
age: u32,
}
fn handle_user_age(ctx: Ctx) -> Option<u32> {
//handle
}
p
G
G
p
G
r
G
r
Execution operation failed: Compiler execution took longer than 12000 ms
P
G
p
A
Execution operation failed: Compiler execution took longer than 12000 ms
A