Trait faer_entity::ForDebugType
source · pub trait ForDebugType: ForType {
type FaerOfDebug<T: Debug>: Debug;
}Required Associated Types§
type FaerOfDebug<T: Debug>: Debug
Object Safety§
This trait is not object safe.
pub trait ForDebugType: ForType {
type FaerOfDebug<T: Debug>: Debug;
}