Skip to main content

ConfigType

Trait ConfigType 

Source
pub trait ConfigType {
    // Required method
    fn default() -> Self;
}
Expand description

Numeric primitive for attribute values, and the trait exposing default() on the encoder configs.

Required Methods§

Source

fn default() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl ConfigType for draco_oxide_core::codec::attribute::prediction_scheme::Config

Source§

impl ConfigType for draco_oxide::encode::EdgebreakerConfig

Source§

impl ConfigType for draco_oxide::encode::SequentialConfig

Source§

impl ConfigType for draco_oxide::encode::ConnectivityConfig

Source§

impl ConfigType for draco_oxide::encode::Config