☰
Unindent
Unindent
Required Associated Types
Output
Required Methods
unindent
Implementations on Foreign Types
&'a T
String
[u8]
str
Implementors
In unindent
Traits
Unindent
Functions
unindent
unindent_bytes
?
Trait
unindent
::
Unindent
source
·
[
−
]
pub trait Unindent { type
Output
; fn
unindent
(&self) -> Self::
Output
; }
Required Associated Types
source
type
Output
Required Methods
source
fn
unindent
(&self) -> Self::
Output
Implementations on Foreign Types
source
impl
Unindent
for
str
type
Output
=
String
source
fn
unindent
(&self) -> Self::
Output
source
impl
Unindent
for
String
type
Output
=
String
source
fn
unindent
(&self) -> Self::
Output
source
impl
Unindent
for [
u8
]
type
Output
=
Vec
<
u8
,
Global
>
source
fn
unindent
(&self) -> Self::
Output
source
impl<'a, T: ?
Sized
+
Unindent
>
Unindent
for
&'a
T
type
Output
= <T as
Unindent
>::
Output
source
fn
unindent
(&self) -> Self::
Output
Implementors