/*
Appellation: execute <module>
Contrib: @FL03
*/
/// A trait denoting the ability to execute a given operation, transaction, etc.
/// The [`ExecuteMut`] trait is similar to [`Execute`], but it allows for
/// mutable execution of the operation, transaction, etc. This is useful when
/// the operation needs mutable access to the data being operated on.