Skip to main content

ValueProjector

Trait ValueProjector 

Source
pub trait ValueProjector: Send + Sync {
    // Required method
    fn project<'a>(
        &'a self,
        context: ValueProjectionContext<'a>,
    ) -> ProjectedFuture<'a, String>;
}

Required Methods§

Source

fn project<'a>( &'a self, context: ValueProjectionContext<'a>, ) -> ProjectedFuture<'a, String>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§