Skip to main content

openlimits_coinbase/model/
book_level.rs

1pub trait BookLevel {
2    fn level() -> u8;
3}