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

type TreeAndJoint = (TokenTree, IsJoint);

Trait Implementations

impl From<TokenTree> for TreeAndJoint[src]