time_macros::to_tokens

Trait ToTokenTree

source
pub(crate) trait ToTokenTree: Sized {
    // Required method
    fn into_token_tree(self) -> TokenTree;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ToTokenTree for &str

source§

impl ToTokenTree for TokenTree

source§

impl ToTokenTree for bool

source§

impl ToTokenTree for i8

source§

impl ToTokenTree for i32

source§

impl ToTokenTree for u8

source§

impl ToTokenTree for u16

source§

impl ToTokenTree for u32

source§

impl ToTokenTree for Group

source§

impl ToTokenTree for Ident

source§

impl ToTokenTree for Literal

source§

impl ToTokenTree for Punct

source§

impl ToTokenTree for NonZeroU16

Implementors§