pub trait Context: Send { // Required method fn exit(&self) -> Mutations; }
Storage context, for memorizing implementations
Exit the context, returning values that were modified