[][src]Module frappe::types

Miscellaneous types used by the library.

Enums

Either

The enum Either with variants Left and Right is a general purpose sum type with two cases.

MaybeOwned

This type provides a way to store data to which you either have a reference to or which you do own.

Traits

ObserveResult

Determines if the Stream::observe callback should be dropped or not.

SumType2

Generic sum type of two elements.