Type Definition error_code::Str

source · []
pub type Str = StrBuf<[u8; 128]>;
Expand description

Static string used to store error message.

Limited to 128 characters, truncates on overflow.