pub trait PrincipalLocalRingStore: EuclideanRingStorewhere
Self::Type: PrincipalLocalRing,{
// Provided methods
fn max_ideal_gen(&self) -> &El<Self> { ... }
fn valuation(&self, x: &El<Self>) -> Option<usize> { ... }
fn nilpotent_power(&self) -> Option<usize> { ... }
}Expand description
RingStore for PrincipalLocalRing
§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.
Provided Methods§
Sourcefn max_ideal_gen(&self) -> &El<Self>
fn max_ideal_gen(&self) -> &El<Self>
Sourcefn nilpotent_power(&self) -> Option<usize>
fn nilpotent_power(&self) -> Option<usize>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.