Skip to main content

OwnedQueryResponseView

Type Alias OwnedQueryResponseView 

Source
pub type OwnedQueryResponseView = OwnedView<QueryResponseView<'static>>;
Expand description

Shorthand for OwnedView<QueryResponseView<'static>>.

Aliased Typeยง

pub struct OwnedQueryResponseView { /* private fields */ }