1 2 3 4 5
pub mod core; pub mod error; pub use core::{Signer, SignerTrait}; pub use error::SignerError;