Trait torn_api::user::AwardMarker

source ·
pub trait AwardMarker {
    // Required methods
    fn award_key() -> &'static str;
    fn time_key() -> &'static str;
}

Required Methods§

source

fn award_key() -> &'static str

source

fn time_key() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§