Trait bedrock::VkResultHandler [] [src]

pub trait VkResultHandler {
    fn into_result(self) -> Result<()>;
}

Required Methods

Implementors