Trait discord_sdk::activity::IntoTimestamp[][src]

pub trait IntoTimestamp {
    fn into_timestamp(self) -> i64;
}

Required methods

Implementations on Foreign Types

Implementors