zephyr_vm

Trait ZephyrStandard

source
pub trait ZephyrStandard {
    // Required method
    fn zephyr_standard() -> Result<Self>
       where Self: Sized;
}
Expand description

Standard object for Zephyr. This trait must be implemented for all components that are encompassed by the Zephyr VM, specifically the database implementation.

Required Methods§

source

fn zephyr_standard() -> Result<Self>
where Self: Sized,

Returns the standard zephyr object.

Implementors§