pub trait Sealed { }
Expand description

Only structs in this file can impl Sealed

Implementors§

source§

impl<C: Committable> Sealed for C