Trait gl_client::lsps::json_rpc::MapErrorCode

source ·
pub trait MapErrorCode {
    // Required method
    fn get_code_str(code: i64) -> &'static str;
}

Required Methods§

source

fn get_code_str(code: i64) -> &'static str

Object Safety§

This trait is not object safe.

Implementors§