Type Definition smoltcp::Result [] [src]

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

The result type for the networking stack.