Type Definition domain::bits::compose::ComposeResult [] [src]

type ComposeResult<T> = Result<T, ComposeError>;

The result type for a ComposeError.