Add Decode to the load graph

This commit is contained in:
Ayaz Hafiz 2022-07-13 17:08:03 -04:00
parent 1f4099449d
commit fc71e3df04
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 9 additions and 1 deletions

View file

@ -78,6 +78,7 @@ impl ModuleName {
pub const RESULT: &'static str = "Result";
pub const BOX: &'static str = "Box";
pub const ENCODE: &'static str = "Encode";
pub const DECODE: &'static str = "Decode";
pub const JSON: &'static str = "Json";
pub fn as_str(&self) -> &str {