Type Definition ndk::bitmap::BitmapResult

source · []
pub type BitmapResult<T, E = BitmapError> = Result<T, E>;
Available on crate feature bitmap only.