RISC-V: Move Elem trait and impls to separate module
Part of RV-151
What
Moves the Elem trait and its implementations to a separate module state_backend::elem.
Why
Reduce the module size of state_backend.rs.
Edited by Ole Krüger
Part of RV-151
Moves the Elem trait and its implementations to a separate module state_backend::elem.
Reduce the module size of state_backend.rs.