pub fn parse_to_token_tree_static_span<S>( edition: Edition, span: S, text: &str, ) -> Option<TopSubtree<S>>where S: Copy + Debug,
Convert a string to a TokenTree. The passed span will be used for all spans of the produced subtree.
TokenTree