Struct udt::UdtError [] [src]

pub struct UdtError {
    pub err_code: i32,
    pub err_msg: String,
}

Fields

err_code: i32 err_msg: String

Trait Implementations

impl Debug for UdtError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.