Skip to main content

ViewRefFocusedLocalClientHandler

Trait ViewRefFocusedLocalClientHandler 

Source
pub trait ViewRefFocusedLocalClientHandler<___T: Transport = Channel> { }
Expand description

A client handler for the ViewRefFocused protocol.

See ViewRefFocused for more details.

Implementations on Foreign Types§

Source§

impl<___H, ___T> ViewRefFocusedLocalClientHandler<___T> for Local<___H>
where ___H: ViewRefFocusedClientHandler<___T>, ___T: Transport,

Implementors§