pub trait RecordRefMut {
    // Required method
    fn schema_name() -> &'static str;
}

Required Methods§

source

fn schema_name() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§