Skip to main content

StringBoolExpr

Trait StringBoolExpr 

Source
pub trait StringBoolExpr {
    type Output;
}
Expand description

Output type for boolean string 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 StringBoolExpr for Option<String>

Source§

impl StringBoolExpr for String

Implementors§