pub struct LazySplitLoader { /* private fields */ }
Implementations§
Source§impl LazySplitLoader
impl LazySplitLoader
Sourcepub async fn ensure_loaded(loader: &'static LocalKey<LazySplitLoader>) -> bool
pub async fn ensure_loaded(loader: &'static LocalKey<LazySplitLoader>) -> bool
Wait for the lazy loader to load
Auto Trait Implementations§
impl Freeze for LazySplitLoader
impl !RefUnwindSafe for LazySplitLoader
impl !Send for LazySplitLoader
impl !Sync for LazySplitLoader
impl Unpin for LazySplitLoader
impl !UnwindSafe for LazySplitLoader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more