pub trait Sealed: Sized { }
Expand description

A helper trait for sealing the Algorithm trait.

Object Safety§

This trait is not object safe.

Implementors§