validateStream

Verifies that the given type is a valid bidirectional stream.

A valid stream type must implement all methods of the Stream interface. Inheriting form Stream is not strictly necessary, which also enables struct types to be considered as stream implementations.

Members

Mixins

__anonymous
mixin validateInterfaceConformance!(T, .Stream)
Undocumented in source.

See Also

isStream

Meta