Trait twilight_http::request::AuditLogReason [−][src]
pub trait AuditLogReason: Sealed {
fn reason(
self,
reason: impl Into<String>
) -> Result<Self, AuditLogReasonError>
where
Self: Sized;
}