☰
Format
Required Methods
format
Implementors
In tuber
?
Trait
tuber
::
Format
source
·
[
−
]
pub trait Format { // Required method fn
format
(&self, style: &
DisplayStyle
) ->
String
; }
Required Methods
§
source
fn
format
(&self, style: &
DisplayStyle
) ->
String
Implementors
§
source
§
impl
Format
for &
Command
source
§
impl
Format
for &
Expr
source
§
impl
Format
for &
Context
source
§
impl
Format
for &
Func
source
§
impl
Format
for
Command
source
§
impl
Format
for
Expr
source
§
impl
Format
for
Context
source
§
impl
Format
for
Func