pub trait CodeParam: Into<u16> { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CodeParam for u16

Implementors§