Skip to main content

RenderSink

Trait RenderSink 

Source
trait RenderSink {
    // Required method
    fn send_render(&self, transaction: Vec<u8>) -> Result<()>;
}

Required Methods§

Source

fn send_render(&self, transaction: Vec<u8>) -> Result<()>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§