foo

Trait Another

Source
pub trait Another {
    type T;

    const X: u32;
}

Required Associated Constants§

Source

const X: u32

Required Associated Types§

Source

type T

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§

Source§

impl Another for Bar

Source§

const X: u32 = 12u32

Source§

type T = C