Type Definition serde_osc::error::ResultE [] [src]

type ResultE<T> = Result<T, Error>;

Alias for a 'Result' with the error type 'serde_osc::de::Error'