std::collections::maybe {Type}

Maybe

struct Maybe (Printable)
{
	Type value;
	bool has_value;
}

Members

Methods