Skip to main content

OwnedSubscribeRequestView

Type Alias OwnedSubscribeRequestView 

Source
pub type OwnedSubscribeRequestView = OwnedView<SubscribeRequestView<'static>>;
Expand description

Shorthand for OwnedView<SubscribeRequestView<'static>>.

Aliased Typeยง

pub struct OwnedSubscribeRequestView { /* private fields */ }