This repository contains an example of using the change proposed and being experimented with in:
It contains two Rust crates:
contractthat contains a Stellar contract that implements the library'sPausetrait, relying on the traits default implementation.librarythat contains thePausetrait and its default implementation
cd contract
stellar contract build
Please provide feedback on the pull request above.