Trait twilight_http::request::prelude::AuditLogReason[][src]

pub trait AuditLogReason: Sealed {
    fn reason(
        self,
        reason: impl Into<String>
    ) -> Result<Self, AuditLogReasonError>
    where
        Self: Sized
; }

Required methods

Implementors