use super::*; pub use stringify as call_on; pub fn stringify (input: TokenStream2) -> Result { Ok(input.to_string()) }