Skip to main content

OwnedUserProfileView

Type Alias OwnedUserProfileView 

Source
pub type OwnedUserProfileView = OwnedView<UserProfileView<'static>>;
Expand description

Shorthand for OwnedView<UserProfileView<'static>>.

Aliased Typeยง

pub struct OwnedUserProfileView { /* private fields */ }