Trait twilight_http::request::AuditLogReason
source · [−]pub trait AuditLogReason<'a>: Sealed {
fn reason(self, reason: &'a str) -> Result<Self, ValidationError>
where
Self: Sized;
}pub trait AuditLogReason<'a>: Sealed {
fn reason(self, reason: &'a str) -> Result<Self, ValidationError>
where
Self: Sized;
}