Skip to main content

View

Trait View 

Source
pub trait View:
    Cursor
    + Query
    + BufferEdit
    + Search
    + Sealed
    + Send { }
Expand description

View super-trait — the pre-1.0 contract every backend implements.

Sealed to the engine’s own crate family (in-tree hjkl_buffer::View is the canonical impl). Pre-0.1.0 the engine reserves the right to add methods on patch bumps; downstream consumers depend on the full trait without naming [sealed::Sealed].

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl View for View

Implementors§