Skip to main content

TabularPayloadSource

Trait TabularPayloadSource 

Source
pub trait TabularPayloadSource {
    // Required method
    fn tabular_snapshot(&self) -> TabularSnapshot;
}
Expand description

Producer-side trait. A toy-text env implements this so its recording ships a FamilyPayload::TabularText rendered from structured layout state instead of Ascii text.

Required Methods§

Source

fn tabular_snapshot(&self) -> TabularSnapshot

Returns a TabularSnapshot capturing the current frame.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§