☰
Trait Unindent
Associated Types
Output
Required Methods
unindent
Implementations on Foreign Types
&'a T
String
[u8]
str
Implementors
Other items in
unindent
All crates
?
Trait
unindent
::
Unindent
[
−
]
[src]
pub trait Unindent { type
Output
; fn
unindent
(&self) -> Self::
Output
; }
Associated Types
[src]
type
Output
Required methods
[src]
fn
unindent
(&self) -> Self::
Output
Implementations on Foreign Types
[src]
impl
Unindent
for
str
type
Output
=
String
[src]
fn
unindent
(&self) -> Self::
Output
[src]
impl
Unindent
for
String
type
Output
=
String
[src]
fn
unindent
(&self) -> Self::
Output
[src]
impl
Unindent
for
[
u8
]
type
Output
=
Vec
<
u8
>
[src]
fn
unindent
(&self) -> Self::
Output
[src]
impl<'a, T: ?
Sized
+
Unindent
>
Unindent
for
&'a
T
type
Output
= T::
Output
[src]
fn
unindent
(&self) -> Self::
Output
Implementors