Type Definition zvariant::Result[][src]

type Result<T> = Result<T, Error>;
Expand description

Alias for a Result with the error type zvariant::Error.