pub trait ToSigner { // Required method fn from_data( &self, data: Data<Bytes>, ) -> Option<Box<dyn SignMethod + Send + Sync>>; }