Skip to main content

CalculateUnseenInputs

Trait CalculateUnseenInputs 

Source
pub trait CalculateUnseenInputs<T> {
    // Required method
    fn calculate_unseen_inputs(
        &self,
        inputs: &[T],
        expected_content_type: &ExpectedContentType,
    ) -> Vec<T>;
}

Required Methods§

Source

fn calculate_unseen_inputs( &self, inputs: &[T], expected_content_type: &ExpectedContentType, ) -> Vec<T>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§