FUSE_CREATE reply — fuse_entry_out (128) + fuse_open_out (16)
back-to-back. Modelled as a struct with two embedded replies to
make pattern matching at the handler side easier.
Summary
Types
@type t() :: %Wick.Protocol.Response.CreateReply{ entry: Wick.Protocol.Response.Entry.t(), open: Wick.Protocol.Response.Open.t() }