Struct decart::OctoCart [−][src]
Expand description
Representation of the payload in the Octo cartridge.
Fields
program: StringThe source code of the .8o file used to generated the Octocart, as a string of ASCII characters
options: OptionsRepresentation of the Octo runtime settings required to run this program correctly
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more