mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-19 23:15:36 +02:00
Implement Debug for RequestId (#31)
This commit is contained in:
@@ -25,7 +25,7 @@ use uuid::Uuid;
|
|||||||
/// format!("{}", uuid)
|
/// format!("{}", uuid)
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy, Debug)]
|
||||||
pub struct RequestId(Uuid);
|
pub struct RequestId(Uuid);
|
||||||
|
|
||||||
impl RequestId {
|
impl RequestId {
|
||||||
|
|||||||
Reference in New Issue
Block a user