pub trait ViewClientHandler<___T: Transport = Channel> { }
A client handler for the View protocol.
See View for more details.
View