Skip to main content

GroupEl

Type Alias GroupEl 

Source
pub type GroupEl<G: AbelianGroupStore> = <G::Type as AbelianGroupBase>::Element;
Available on crate feature unstable-enable only.
Expand description

Alias for the type of elements of a group underlying an AbelianGroupStore.

ยงAvailability

This API is marked as unstable and is only available when the unstable-enable crate feature is enabled. This comes with no stability guarantees, and could be changed or removed at any time.