pub fn draw_circle<B: DrawingBackend, S: BackendStyle>(
b: &mut B,
center: BackendCoord,
radius: u32,
style: &S,
fill: bool,
) -> Result<(), DrawingErrorKind<B::ErrorType>>
pub fn draw_circle<B: DrawingBackend, S: BackendStyle>(
b: &mut B,
center: BackendCoord,
radius: u32,
style: &S,
fill: bool,
) -> Result<(), DrawingErrorKind<B::ErrorType>>