Skip to main content

TryIntoHeaplessString

Trait TryIntoHeaplessString 

Source
pub trait TryIntoHeaplessString {
    // Required method
    fn try_into_heapless(self) -> Result<HString, ExprError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl TryIntoHeaplessString for &str

Implementors§