Type Definition crowbook_intl::Result [] [src]

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

Result type (returned by most methods of this library)