ConfigExt
hyperion
0.3.1
Config
Ext
Required Methods
to_string
Implementors
In hyperion::
models::
backend::
file
hyperion
::
models
::
backend
::
file
Trait
Config
Ext
Copy item path
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