Skip to main content

IntoExpr

Trait IntoExpr 

Source
pub trait IntoExpr {
    // Required method
    fn into_id(self, c: &mut Inner) -> u32;
}
Expand description

Expr::pow 可接受的指数类型。

Required Methods§

Source

fn into_id(self, c: &mut Inner) -> u32

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IntoExpr for f64

Source§

fn into_id(self, c: &mut Inner) -> u32

Source§

impl IntoExpr for i32

Source§

fn into_id(self, c: &mut Inner) -> u32

Source§

impl IntoExpr for i64

Source§

fn into_id(self, c: &mut Inner) -> u32

Source§

impl IntoExpr for u32

Source§

fn into_id(self, c: &mut Inner) -> u32

Implementors§