fn from()

in src/errors.rs [91:93]


    fn from(_err: InternalError) -> SignatureError {
        SignatureError::new()
    }