= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp_error : Format.formatter -> error -> unit
val decode : t -> decode_result
decode d
is:
`Await
iffd
has a`Manual
input source and awaits for more input. The client must useManual
.src to provide it.`R r
, if a recordr
was decoded.`End
, if the end of input was reached.`Error
, if an error occured. If you are interested in a best-effort decoding you can still continue to decode after an error.
Note. Repeated invocation always eventually returns `End
, even in case of errors.
module Manual : sig ... end
Manual sources.