We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300171e commit 9f1fe4aCopy full SHA for 9f1fe4a
lazer/sdk/rust/protocol/src/lib.rs
@@ -90,7 +90,7 @@ pub enum AssetClass {
90
}
91
92
impl AssetClass {
93
- fn as_str(&self) -> &'static str {
+ pub fn as_str(&self) -> &'static str {
94
match self {
95
AssetClass::Crypto => "crypto",
96
AssetClass::Fx => "fx",
0 commit comments