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