Type Definition resize::Result[][src]

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

See Error