// SPDX-License-Identifier: MIT
moddevice_common;/// For convenience to provide traits and their blanket implementations to write subclass.
pubmodprelude{pubusesuper::device_common::*;}use{super::*,glib::{prelude::Cast,subclass::prelude::*,translate::*},};