use anyinput::anyinput; #[anyinput] fn full_string(s: AnyString) { println!("{}", s); } fn main() {}