pub type SignatureResult<T> = Result<T, SignatureError>;
Expand description

Result specilized to this crate for convenience.