Trait flatk::DynamicRangeIndexType[][src]

pub trait DynamicRangeIndexType { }
Expand description

A marker trait to identify types whose range indices give a dynamically sized type even if the range index is given as a StaticRange.

Implementations on Foreign Types

Implementors