Trait KeySafe

Source
pub unsafe trait KeySafe: ArgSafe { }
Expand description

Marker for Key-safe Transforms.

§Safety

Transform::transform()’ must return a byte string that maintains Key’s invariants. See its struct-level documentation for more info.

Implementors§