Trait winsafe::prelude::NativeStrConst

source ·
pub trait NativeStrConst: PartialEq + Eq + for<'a> TryFrom<&'a str, Error = ERROR> + Into<WString> + Debug + Display { }
Available on crate feature kernel only.
Expand description

A native typed constant mapped to a string.

Object Safety§

This trait is not object safe.

Implementors§