1 2 3 4 5 6 7 8 9 10
use super::*; pub use stringify as call_on; pub fn stringify (input: TokenStream2) -> Result<String> { Ok(input.to_string()) }