Skip to main content

format_ident

Macro format_ident 

Source
macro_rules! format_ident {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Construct an identifier from a string literal.

ยงPanics

Panics if the string is not a valid Java identifier.