Function gdk4::content_register_serializer
source · pub fn content_register_serializer<T: 'static, P: Fn(&ContentSerializer, &mut Option<T>) + 'static>(
type_: Type,
mime_type: &str,
serialize: P
)
pub fn content_register_serializer<T: 'static, P: Fn(&ContentSerializer, &mut Option<T>) + 'static>(
type_: Type,
mime_type: &str,
serialize: P
)