Type Definition rust_libretro::contexts::SerializeContext
source · pub type SerializeContext<'a> = GenericContext<'a>;
Expand description
Functions that are safe to be called in Core::on_serialize
.
pub type SerializeContext<'a> = GenericContext<'a>;
Functions that are safe to be called in Core::on_serialize
.