5 lines
75 B
Rust
5 lines
75 B
Rust
|
|
use macros::{method_id, rmc_proto};
|
||
|
|
|
||
|
|
#[rmc_proto(112)]
|
||
|
|
pub trait Ranking{
|
||
|
|
}
|