pub fn rerr<T>(msg: &str, span: impl GetSpan) -> Result<T, TokenStream>
Like err(), but use Result
err()
Result
Err