[][src]Type Definition rustc_ap_rustc_ast::tokenstream::TreeAndSpacing

type TreeAndSpacing = (TokenTree, Spacing);

Trait Implementations

impl From<TokenTree> for TreeAndSpacing[src]