[][src]Type Definition kvm_ioctls::Result

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

A specialized Result type for KVM ioctls.

This typedef is generally used to avoid writing out io::Error directly and is otherwise a direct mapping to Result.