Trait GetTypeHint

Source
pub trait GetTypeHint {
    // Required method
    fn get_type_hint(&self) -> TypeHint;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl GetTypeHint for AnalysedType

Implementors§