Skip to main content

Row

Trait Row 

Source
pub trait Row: Table {
    type Registry;

    // Required method
    fn write_as_registry<B: Buffer>(&self, buf: &mut B) -> usize;
}

Required Associated Types§

Required Methods§

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.

Implementors§