pub type SignerStream = Pin<Box<dyn Stream<Item = Result<SignerRequest, Status>> + Send + 'static>>;
pub struct SignerStream { /* private fields */ }