= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Network devices
Mirage_net
defines the signature for MirageOS network devices.
Release v1.2.0
type error = Mirage_device.error
The type for IO operation errors
Networking
module type S = sig ... end
A network interface that serves Ethernet frames.
module Stats : sig ... end
On This Page