libadwaita 0.9.1

Rust bindings for libadwaita
Documentation
1
2
3
4
5
6
7
8
use super::preferences_row::PreferencesRowImpl;
use crate::ExpanderRow;
use glib::prelude::*;
use glib::subclass::prelude::*;

pub trait ExpanderRowImpl: PreferencesRowImpl + ObjectSubclass<Type: IsA<ExpanderRow>> {}

unsafe impl<T: ExpanderRowImpl> IsSubclassable<T> for ExpanderRow {}