macro_rules! conflict {
($($t:tt)*) => { ... };
}Expand description
Error to indicate that the request cannot be fulfilled due to a conflict with another request.
macro_rules! conflict {
($($t:tt)*) => { ... };
}Error to indicate that the request cannot be fulfilled due to a conflict with another request.