Function parse_to_token_tree_static_span

Source
pub fn parse_to_token_tree_static_span<S>(
    edition: Edition,
    span: S,
    text: &str,
) -> Option<TopSubtree<S>>
where S: Copy + Debug,
Expand description

Convert a string to a TokenTree. The passed span will be used for all spans of the produced subtree.