manycast
1.0.5
Separated
Required Methods
with_separator
Implementations on Foreign Types
u32
usize
Implementors
In manycast::
custom_
module
manycast
::
custom_module
Trait
Separated
Copy item path
Source
pub trait Separated { // Required method fn
with_separator
(&self) ->
String
; }
Required Methods
§
Source
fn
with_separator
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
Separated
for
u32
Source
§
fn
with_separator
(&self) ->
String
Source
§
impl
Separated
for
usize
Source
§
fn
with_separator
(&self) ->
String
Implementors
§