pub trait DefaultValueExt<'db> {
    // Required method
    fn constraint_name(self, connector: &dyn Connector) -> Cow<'db, str>;
}

Required Methods§

source

fn constraint_name(self, connector: &dyn Connector) -> Cow<'db, str>

Implementations on Foreign Types§

source§

impl<'db> DefaultValueExt<'db> for DefaultValueWalker<'db>

source§

fn constraint_name(self, connector: &dyn Connector) -> Cow<'db, str>

Implementors§