Macro bevy_defer::attempt

source ยท
macro_rules! attempt {
    ($($tt:tt)*) => { ... };
}
Expand description

Try run a potentially async block of arguments with result type AccessError, always discard the result and does not log the error.