[][src]Module basws_yew::prelude

Re-exports

pub use super::Message;
pub use super::ClientState;
pub use super::ClientLogic;
pub use super::AgentMessage;
pub use super::AgentResponse;

Structs

InstallationConfig
Uuid

A Universally Unique Identifier (UUID).

Version

Represents a version number conforming to the semantic versioning scheme.

VersionReq

A VersionReq is a struct containing a list of ranges that can apply to ranges of version numbers. Matching operations can then be done with the VersionReq against a particular version to see if it satisfies some or all of the constraints.

Enums

ServerError