Skip to main content

InteriorOrBoundarySimplexCollection

Trait InteriorOrBoundarySimplexCollection 

Source
pub trait InteriorOrBoundarySimplexCollection<'f, FS: OrderedRingSignature + FieldSignature + 'f>: LabelledSimplexCollection<'f, FS, InteriorOrBoundary>
where FS::Set: Hash,
{ // Provided methods fn interior( &self, ) -> <Self::SubsetType as LabelledSimplexCollection<'f, FS, InteriorOrBoundary>>::WithLabel<()> { ... } fn boundary( &self, ) -> <Self::SubsetType as LabelledSimplexCollection<'f, FS, InteriorOrBoundary>>::WithLabel<()> { ... } }

Provided Methods§

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.

Implementors§