Skip to main content

HalfSize

Trait HalfSize 

Source
pub trait HalfSize {
    // Required method
    fn half_size(&self) -> Self;
}

Required Methods§

Source

fn half_size(&self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl HalfSize for GrayImage

Source§

fn half_size(&self) -> Self

Implementors§