Skip to main content

PropReader

Trait PropReader 

Source
pub trait PropReader {
    type Out;

    // Required method
    fn read<T: PropValue>(self, a: &Animated<T>) -> Self::Out;
}

Required Associated Types§

Required Methods§

Source

fn read<T: PropValue>(self, a: &Animated<T>) -> Self::Out

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§