pub trait AsScriptFullTypeRef {
    fn get_ty(&self) -> &ScriptType;
    fn get_sub(&self) -> Option<&ScriptType>;

    fn display<'a>(&'a self) -> DisplayTy<'a, Self> { ... }
    fn fmt(&self, w: &mut Formatter<'_>) -> FmtResult { ... }
}

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§