## Simple macro to generate ::new() and ::get() methods for id types
## Example
```rust
useid::Id;
#[derive(Id)]
structObjectId(u32);
fnmain(){
letobj=ObjectId::new(0);
letinner=obj.get();//u32
}
```
#### License
<sup>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.