Trait pdl_compiler::backends::rust_legacy::ToIdent
source · pub trait ToIdent {
// Required method
fn to_ident(self) -> Ident;
}
pub trait ToIdent {
// Required method
fn to_ident(self) -> Ident;
}