[][src]Type Definition smoltcp::Result

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

The result type for the networking stack.