Type Definition slack_blocks::elems::select::static_::build::StaticBuilderInit[][src]

type StaticBuilderInit<'a> = StaticBuilder<'a, Single, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, RequiredMethodNotCalled<options>>;
Expand description

Initial state for StaticBuilder.

Users will be able to choose one of the static options.

To allow choosing many, use slack_blocks::elems::select::multi::Static::builder.