[][src]Trait fondant::Configure

pub trait Configure: Default + DeserializeOwned + Serialize {
    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...