Skip to main content

Crate fdomain_next_fuchsia_examples

Crate fdomain_next_fuchsia_examples 

Source

Re-exports§

pub use self::natural::*;

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
echo
echo_launcher
generic
natural
tic_tac_toe
wire
wire_optional

Structs§

Color
Echo
The type corresponding to the Echo protocol.
EchoEchoStringRequest
EchoEchoStringResponse
EchoLauncher
The type corresponding to the EchoLauncher protocol.
EchoLauncherGetEchoRequest
EchoOnStringRequest
EchoSendStringRequest
EchoService
The type corresponding to the EchoService service.
EchoServiceConnector
A strongly-typed service connector for the EchoService service.
FileMode
FlexibleFileMode
GameState
TicTacToe
The type corresponding to the TicTacToe protocol.
TicTacToeMakeMoveRequest
TicTacToeMakeMoveResponse
TicTacToeOnOpponentMoveRequest
TicTacToeStartGameRequest
User

Enums§

FlexibleJsonValue
FlexibleLocationType
JsonValue
LocationType

Constants§

BOARD_SIZE
MAX_STRING_LENGTH
NAME

Traits§

EchoClientHandler
A client handler for the Echo protocol.
EchoLauncherClientHandler
A client handler for the EchoLauncher protocol.
EchoLauncherServerHandler
A server handler for the EchoLauncher protocol.
EchoServerHandler
A server handler for the Echo protocol.
EchoServiceHandler
A service handler for the EchoService service.
TicTacToeClientHandler
A client handler for the TicTacToe protocol.
TicTacToeServerHandler
A server handler for the TicTacToe protocol.