Skip to main content

OwnedUserProfilePatchView

Type Alias OwnedUserProfilePatchView 

Source
pub type OwnedUserProfilePatchView = OwnedView<UserProfilePatchView<'static>>;
Expand description

Shorthand for OwnedView<UserProfilePatchView<'static>>.

Aliased Typeยง

pub struct OwnedUserProfilePatchView { /* private fields */ }