pub trait StatefulExt: Stateful + Default {
    fn constructor() -> Self
    where
        Self: Sized
; }

Required Methods§

Implementors§