fn from()

in src/errors.rs [96:98]


    fn from(err: InternalError) -> SignatureError {
        SignatureError::from_source(err)
    }