Type Alias json_with_comments::error::Result
source · pub type Result<T> = Result<T, JsonWithCommentsError>;
Aliased Type§
enum Result<T> {
Ok(T),
Err(JsonWithCommentsError),
}
pub type Result<T> = Result<T, JsonWithCommentsError>;
enum Result<T> {
Ok(T),
Err(JsonWithCommentsError),
}