☰
All crates
1
2
use
crate
::
vk
;
pub
type
VkResult
<
T
>
=
Result
<
T
,
vk
::
Result
>
;