lib
0.1.0
OutFormatter
Required Methods
out_format
Implementations on Foreign Types
&str
String
Vec<T>
char
f64
usize
Implementors
In lib::util::io
Trait
lib
::
util
::
io
::
OutFormatter
Copy item path
source
·
[
−
]
pub trait OutFormatter { // Required method fn
out_format
(&self) ->
String
; }
Required Methods
§
source
fn
out_format
(&self) ->
String
Implementations on Foreign Types
§
source
§
impl
OutFormatter
for &
str
source
§
fn
out_format
(&self) ->
String
source
§
impl
OutFormatter
for
char
source
§
fn
out_format
(&self) ->
String
source
§
impl
OutFormatter
for
f64
source
§
fn
out_format
(&self) ->
String
source
§
impl
OutFormatter
for
usize
source
§
fn
out_format
(&self) ->
String
source
§
impl
OutFormatter
for
String
source
§
fn
out_format
(&self) ->
String
source
§
impl<T:
Display
>
OutFormatter
for
Vec
<T>
source
§
fn
out_format
(&self) ->
String
Implementors
§