☰
unindent
0.2.3
Unindent
Required Associated Types
Output
Required Methods
unindent
Implementations on Foreign Types
&'a T
String
[u8]
str
Implementors
In crate unindent
?
Trait
unindent
::
Unindent
source
·
[
−
]
pub trait Unindent { type
Output
; // Required method 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
>
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
§