// Take a look at the license at the top of the repository in the LICENSE file.
// rustdoc-stripper-ignore-next
//! Traits intended for subclassing [`Marker`](crate::Marker).
usecrate::Marker;useglib::subclass::prelude::*;usegtk::subclass::prelude::WidgetImpl;pubtraitMarkerImpl: WidgetImpl {}unsafeimpl<T: MarkerImpl>IsSubclassable<T>forMarker{}