implement friendships
This commit is contained in:
parent
58c9e43fa3
commit
20fc294a36
7 changed files with 196 additions and 21 deletions
|
|
@ -61,6 +61,9 @@ pub trait RmcSerialize {
|
|||
|
||||
Ok(data)
|
||||
}
|
||||
fn name() -> &'static str {
|
||||
"NoNameSpecified"
|
||||
}
|
||||
}
|
||||
|
||||
impl RmcSerialize for () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue