Trait bezier_rs::Identifier

source ·
pub trait Identifier: Sized + Clone + PartialEq + Hash + 'static {
    // Required method
    fn new() -> Self;
}
Expand description

An id type used for each ManipulatorGroup.

Required Methods§

source

fn new() -> Self

Object Safety§

This trait is not object safe.

Implementors§