pub fn kick<T: Config<I>, I: 'static>(
    dest: <<T as Config>::Lookup as StaticLookup>::Source,
    index: u32,
)Expand description
Kick a member who from the set.
May only be called from T::KickOrigin.
The index parameter of this function must be set to
the index of dest in the Pool.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::kick.