Trait r3::utils::Init[][src]

pub trait Init {
    const INIT: Self;
}
Expand description

Trait for types having a constant default value. This is essentially a constant version of Default.

This trait is subject to the API stability guarantee.

Associated Constants

The default value.

Implementations on Foreign Types

Implementors