Home
last modified time | relevance | path

Searched refs:to_ident_str (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy-derive/
H A Dlib.rs44 syn::Ident::new(&format!($fmt $(, crate::util::to_ident_str($arg))*), $span)
H A Dutil.rs249 pub(crate) fn to_ident_str(t: &impl ToString) -> String { in to_ident_str() function