☰
ConfigExt
Required Methods
to_string
Implementors
In hyperion::models::backend::file
?
Trait
hyperion
::
models
::
backend
::
file
::
ConfigExt
source
·
[
−
]
pub trait ConfigExt { // Required method fn
to_string
(&self) ->
Result
<
String
, Error>; }
Required Methods
§
source
fn
to_string
(&self) ->
Result
<
String
, Error>
Implementors
§
source
§
impl
ConfigExt
for
Config