Skip to content

Commit 9f1fe4a

Browse files
committed
make fn public
1 parent 300171e commit 9f1fe4a

File tree

1 file changed

+1
-1
lines changed
  • lazer/sdk/rust/protocol/src

1 file changed

+1
-1
lines changed

lazer/sdk/rust/protocol/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub enum AssetClass {
9090
}
9191

9292
impl AssetClass {
93-
fn as_str(&self) -> &'static str {
93+
pub fn as_str(&self) -> &'static str {
9494
match self {
9595
AssetClass::Crypto => "crypto",
9696
AssetClass::Fx => "fx",

0 commit comments

Comments
 (0)