pub trait AsScriptFullTypeRef {
    fn get_ty(&self) -> &ScriptType;
fn get_sub(&self) -> Option<&ScriptType>; fn fmt(&self, w: &mut Formatter<'_>) -> FmtResult { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors