ConfigsBuilder

Type Alias ConfigsBuilder 

Source
pub type ConfigsBuilder = (ConfigBuilder, ModelConfigBuilder);
Expand description

Configs tuple used by crate::modifier

Trait Implementations§

Source§

impl TryFrom<PresetConfig> for ConfigsBuilder

Source§

type Error = ApiError

The type returned in the event of a conversion error.
Source§

fn try_from(value: PresetConfig) -> Result<Self, Self::Error>

Performs the conversion.