Trait typescript_type_def::Deps[][src]

pub trait Deps: Sealed { }
Expand description

A trait for type definition dependency lists.

This trait is sealed and only defined for tuples of types that implement TypeDef.

Implementations on Foreign Types

Implementors