pub trait AsRawConfig {
// Required method
fn raw_config(&self) -> RawConfig;
}Expand description
Get the raw config.
Required Methods§
Sourcefn raw_config(&self) -> RawConfig
fn raw_config(&self) -> RawConfig
Obtain the RawConfig of the underlying Api.