pub trait CanPinMessage {
    fn pin(&self) -> PinChatMessage;
}

Required Methods

Implementors