Trait EarlyFromSpecified

Source
pub trait EarlyFromSpecified: SpecifiedValue {
    // Required method
    fn early_from_specified(
        specified: &Self::SpecifiedValue,
        context: &EarlyCascadeContext<'_>,
    ) -> Self;
}

Required Methods§

Source

fn early_from_specified( specified: &Self::SpecifiedValue, context: &EarlyCascadeContext<'_>, ) -> Self

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§