fidl_fuchsia_net_multicast_ext

Trait TerminalEventControlHandle

Source
pub trait TerminalEventControlHandle<E> {
    // Required method
    fn send_terminal_event(&self, terminal_event: E) -> Result<(), Error>;
}
Expand description

A FIDL ControlHandle that can send a terminal event.

Required Methods§

Source

fn send_terminal_event(&self, terminal_event: E) -> Result<(), Error>

Send the given terminal event

Implementations on Foreign Types§

Source§

impl TerminalEventControlHandle<TableControllerCloseReason> for Ipv4RoutingTableControllerControlHandle

Source§

impl TerminalEventControlHandle<TableControllerCloseReason> for Ipv6RoutingTableControllerControlHandle

Implementors§