[]Trait dart::dart_types::DartType

pub trait DartType: DartHandle {
    const THIS: &'static LocalKey<UnverifiedDartHandle>;
}

Trait which describes types of objects in terms of Dart type variables.

Associated Constants

const THIS: &'static LocalKey<UnverifiedDartHandle>

The dart Type instance which describes what this instance is.

See Double's implementation for how to implement this.

Loading content...

Implementors

impl DartType for Boolean[src]

impl DartType for DString

impl DartType for Double

impl DartType for Integer

impl<T: DartType> DartType for List<T>

Loading content...