Enum collectd_plugin::ArrayError [−][src]
Errors that occur when converting Rust's text data to a format collectd expects
Variants
NullPresent(usize, String)Rust allows strings to contain a null character, but collectd does not.
TooLong(usize)Is returned when a user tries to submit a field that contains text that is too long for collectd
Trait Implementations
impl Debug for ArrayError[src]
impl Debug for ArrayErrorAuto Trait Implementations
impl Send for ArrayError
impl Send for ArrayErrorimpl Sync for ArrayError
impl Sync for ArrayError