risingwave_meta::model

Trait InMemValTransaction

source
pub trait InMemValTransaction: Sized {
    // Required method
    fn commit(self);
}

Required Methods§

source

fn commit(self)

Commit the change to local memory value

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T: InMemValTransaction> InMemValTransaction for Option<T>

Implementors§