val unmap_exn : t -> unit
Unmap a single mapping (which may involve multiple grants). Throws a Failure if unsuccessful.
val unmap : t -> (unit, [> `Msg of string ]) Stdlib.result
As above, but returning a result
type.
Import.Local_mapping
val unmap_exn : t -> unit
Unmap a single mapping (which may involve multiple grants). Throws a Failure if unsuccessful.
val unmap : t -> (unit, [> `Msg of string ]) Stdlib.result
As above, but returning a result
type.