[][src]Type Definition envoy_sdk::host::Result

type Result<T> = Result<T, (&'static str, Status)>;

The type returned by host methods.