Type Alias ser_write_msgpack::ser::Result

source ·
pub type Result<T, E> = Result<T, Error<E>>;
Expand description

Serialization result

Aliased Type§

enum Result<T, E> {
    // some variants omitted
}

Variants§