pub trait VkResponseExt { // Required methods fn extract_error(self) -> VkResult<Value>; fn has_error(&self) -> bool; }