Crate gvf

Source
Expand description

§gvf

A generative visual framework for the scsys-io platform

Modules§

error
this module defines the Error type for the gvf framework, enumerating various errors types that commonly occur within the framework.
traits
the core traits for the visual framework, establishing common interfaces for various widgets, layouts, and other components.

Enums§

Error
The Error type for the gvf framework, enumerating various error types that commonly occur within the framework.

Type Aliases§

Result
a type alias for Result that uses the custom Error type