Echo Writes Code

io.orchid

1
2
3
4
5
type! Result = (orchid::result::Result Error);

type! Error {
	todo! "Implementation";
}