rustmax
0.0.5
Power
ToString
Required Methods
S
Implementors
In rustmax::
prelude
rustmax
::
prelude
Trait
PowerToString
Copy item path
Source
pub trait PowerToString { // Required method fn
S
(&self) ->
String
; }
Expand description
Power
ToString
.
Required Methods
§
Source
fn
S
(&self) ->
String
Implementors
§
Source
§
impl<T>
PowerToString
for T
where T:
ToString
+ ?
Sized
,