Enum str_buf::StrBufError [−][src]
pub enum StrBufError { Overflow, }
Expand description
StrBuf
conversion error
Variants
Not enough space for string to be converted into StrBuf
.
pub enum StrBufError { Overflow, }
StrBuf
conversion error
Not enough space for string to be converted into StrBuf
.