Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Text console input/output operations.
include Mirage_console_lwt.S
include Mirage_flow.S
with type 'a io := 'a io
and type flow := t
with type buffer = Cstruct.t
val pp_error : error Fmt.t
val pp_write_error : write_error Fmt.t
val write : t -> buffer -> (unit, write_error) Stdlib.result io
val writev : t -> buffer list -> (unit, write_error) Stdlib.result io
val connect : string -> t Lwt.t