Function mcvm::util::json::ensure_type

source ·
pub fn ensure_type<T>(value: Option<T>, typ: JsonType) -> Result<T, JsonError>
Expand description

Used after getting a type to create an error if the type conversion failed