Skip to main content

IntoShape

Trait IntoShape 

Source
pub trait IntoShape: Into<Shape> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: Into<Shape>> IntoShape for T