Skip to main content

AfterCursor

Trait AfterCursor 

Source
pub trait AfterCursor {
    // Required method
    fn after_cursor(self, cursor: String) -> Self;
}

Required Methods§

Source

fn after_cursor(self, cursor: String) -> Self

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§