Skip to main content

CodepointExpr

Trait CodepointExpr 

Source
pub trait CodepointExpr {
    type Output;
}
Expand description

Output type for integer-to-character functions.

Required Associated Types§

Source

type Output

Result type preserving input nullability.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl CodepointExpr for Option<i32>

Source§

impl CodepointExpr for i32

Implementors§