rustfmt_
nightly
1.84.0-nightly
(86d69c705 2024-10-22)
Rich
Char
Required Methods
get_char
Implementations on Foreign Types
(usize, char)
char
Implementors
In rustfmt_
nightly::
comment
rustfmt_nightly
::
comment
Trait
RichChar
Copy item path
source
pub(crate) trait RichChar { // Required method fn
get_char
(&self) ->
char
; }
Required Methods
§
source
fn
get_char
(&self) ->
char
Implementations on Foreign Types
§
source
§
impl
RichChar
for (
usize
,
char
)
source
§
fn
get_char
(&self) ->
char
source
§
impl
RichChar
for
char
source
§
fn
get_char
(&self) ->
char
Implementors
§