pub trait BitmapApi { type Api: Api; // Required methods fn api(&self) -> Self::Api where Self::Api: Copy; fn api_ref(&self) -> &Self::Api; }