Struct ransid::Performer

source ·
pub struct Performer<'a, F: FnMut(Event<'_>) + 'a> { /* private fields */ }

Trait Implementations§

Draw a character to the screen and update states
Execute a C0 or C1 control function
Invoked when a final character arrives in first part of device control string Read more
Pass bytes as part of a device control string to the handle chosen in hook. C0 controls will also be passed to the handler. Read more
Called when a device control string is terminated Read more
Dispatch an operating system command
A final character has arrived for a CSI sequence Read more
The final character of an escape sequence has arrived. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.