pub struct SlackBlockChoiceItemInit<T: Into<SlackBlockText>> {
pub text: T,
pub value: String,
}Fields
text: Tvalue: StringTrait Implementations
Performs the conversion.
pub struct SlackBlockChoiceItemInit<T: Into<SlackBlockText>> {
pub text: T,
pub value: String,
}text: Tvalue: StringPerforms the conversion.