Skip to content

Commit 29e4fb1

Browse files
committed
make fn public
1 parent fd92e1b commit 29e4fb1

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
@@ -104,7 +104,7 @@ pub enum AssetClass {
104104
}
105105

106106
impl AssetClass {
107-
fn as_str(&self) -> &'static str {
107+
pub fn as_str(&self) -> &'static str {
108108
match self {
109109
AssetClass::Crypto => "crypto",
110110
AssetClass::Fx => "fx",

0 commit comments

Comments
 (0)