1 2 3 4 5 6
use codama_macros::codama; #[codama(default_value = program("system", "token"))] pub struct Test; fn main() {}