Skip to main content

ConstArgument

Trait ConstArgument 

Source
pub trait ConstArgument: Argument<true> { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T: Argument<true>> ConstArgument for T