zink_
codegen
0.1.12
ToUpper
Camel
Case
Required Methods
to_upper_camel_case
Implementations on Foreign Types
Ident
Implementors
In zink_
codegen::
contract
zink_codegen
::
contract
Trait
ToUpperCamelCase
Copy item path
Source
trait ToUpperCamelCase { // Required method fn
to_upper_camel_case
(&self) ->
String
; }
Required Methods
§
Source
fn
to_upper_camel_case
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ToUpperCamelCase
for
Ident
Source
§
fn
to_upper_camel_case
(&self) ->
String
Implementors
§