Skip to main content

Handle

Trait Handle 

Source
pub trait Handle<CarryOn = ()>
where Self: Sized + Inquire<CarryOn>,
{ // Required method fn handle(&self, carry_on: CarryOn); // Provided method fn handle_optn_inquire(action: &Option<Self>, carry_on: CarryOn) { ... } }

Required Methods§

Source

fn handle(&self, carry_on: CarryOn)

Provided Methods§

Source

fn handle_optn_inquire(action: &Option<Self>, carry_on: CarryOn)

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§