Skip to main content

DLProp

Trait DLProp 

Source
pub trait DLProp: LProp + DProp { }
Expand description

Shorthand for decidable proposition with path semantical level.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T: LProp + DProp> DLProp for T