[][src]Trait fondant_deps::Configure

pub trait Configure: Serialize + DeserializeOwned + Default {
    fn load() -> Result<Self, FondantError>;
fn store(&self) -> Result<(), FondantError>; }

Derive this trait on a struct to mark it as a 'configuration' struct.

Required methods

fn load() -> Result<Self, FondantError>

fn store(&self) -> Result<(), FondantError>

Loading content...

Implementors

Loading content...