pub trait ColumnDefExt {
// Required methods
fn rw_binary(&mut self, _: &SchemaManager<'_>) -> &mut Self;
fn rw_long_text(&mut self, _: &SchemaManager<'_>) -> &mut Self;
}
Required Methods§
Sourcefn rw_binary(&mut self, _: &SchemaManager<'_>) -> &mut Self
fn rw_binary(&mut self, _: &SchemaManager<'_>) -> &mut Self
Sourcefn rw_long_text(&mut self, _: &SchemaManager<'_>) -> &mut Self
fn rw_long_text(&mut self, _: &SchemaManager<'_>) -> &mut Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.