Trait machine_check::Input

source ·
pub trait Input:
    Debug
    + PartialEq
    + Eq
    + Hash
    + Clone { }
Expand description

Input to Machine.

Object Safety§

This trait is not object safe.

Implementors§