logo
pub trait ToConstant {
    type Output;
}

Required Associated Types

Implementations on Foreign Types

Implementors