☰
Printable
Required Methods
print
Implementations on Foreign Types
Dec
Expr
ExprRow
Pat
Ty
Implementors
In pomelo_fmt
?
Trait
pomelo_fmt
::
Printable
source
·
[
−
]
pub(crate) trait Printable { fn
print
(&self, printer: &mut
Printer
) ->
Option
<
()
>; }
Required Methods
§
source
fn
print
(&self, printer: &mut
Printer
) ->
Option
<
()
>
Implementations on Foreign Types
§
source
§
impl
Printable
for
Dec
source
§
fn
print
(&self, printer: &mut
Printer
) ->
Option
<
()
>
source
§
impl
Printable
for
Expr
source
§
fn
print
(&self, printer: &mut
Printer
) ->
Option
<
()
>
source
§
impl
Printable
for
ExprRow
source
§
fn
print
(&self, printer: &mut
Printer
) ->
Option
<
()
>
source
§
impl
Printable
for
Pat
source
§
fn
print
(&self, printer: &mut
Printer
) ->
Option
<
()
>
source
§
impl
Printable
for
Ty
source
§
fn
print
(&self, printer: &mut
Printer
) ->
Option
<
()
>
Implementors
§