Skip to main content

StringLengthExpr

Trait StringLengthExpr 

Source
pub trait StringLengthExpr {
    type Output;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl StringLengthExpr for Option<String>

Source§

impl StringLengthExpr for String

Implementors§