Type Definition recs::EcsResult [] [src]

type EcsResult<T> = Result<T, NotFound>;

Result type for ECS operations that may fail without a specific entity or component.