Add note regarding Request, Method structs

This commit is contained in:
binarybaron 2023-08-20 00:38:56 +02:00
parent 9b503f3367
commit 4150f47655

View file

@ -23,6 +23,7 @@ use std::time::Duration;
use tracing::{debug_span, Instrument, Span};
use uuid::Uuid;
//TODO: Request and Method can be combined into a single enum
#[derive(PartialEq, Debug)]
pub struct Request {
pub cmd: Method,