Skip to main content

DebugScalarType

Trait DebugScalarType 

pub trait DebugScalarType: 'static {
    // Required method
    fn debug_scalar_registration() -> DebugScalarRegistration;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§