[][src]Trait chocomint::structs::id::RobloxId

pub trait RobloxId {
    fn repr(&self) -> String;
}

Required methods

fn repr(&self) -> String

Returns the value as a String

Loading content...

Implementations on Foreign Types

impl RobloxId for str[src]

impl RobloxId for String[src]

impl RobloxId for u32[src]

impl RobloxId for u64[src]

impl RobloxId for i32[src]

impl RobloxId for i64[src]

Loading content...

Implementors

Loading content...