Type Definition json5::Result[][src]

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

Alias for a Result with error type json5::Error