Type Definition deno_emit::LoadFuture

source · []
pub type LoadFuture = Pin<Box<dyn Future<Output = Result<Option<LoadResponse>, Error>> + 'static, Global>>;