type ExtractAvatarDataFn = dyn Fn(&Object) -> AvatarData + 'static;
Expand description
Function to extract the avatar data from a supported GObject
.
type ExtractAvatarDataFn = dyn Fn(&Object) -> AvatarData + 'static;
Function to extract the avatar data from a supported GObject
.