Type Definition rd_interface::error::Result[][src]

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