Skip to main content

Input

Trait Input 

Source
pub trait Input: OperationInput { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T> Input for T
where T: OperationInput,

Available on crate feature aide only.