Infer

Type Alias Infer 

Source
pub type Infer<F, S> = PhantomData<(F, S)>;

Aliased Type§

pub struct Infer<F, S>;

Trait Implementations§

Source§

impl<F, S> InferSelf<F, S> for Infer<F, S>