[][src]Type Definition deno::SourceCodeInfoFuture

type SourceCodeInfoFuture = dyn Future<Item = SourceCodeInfo, Error = ErrBox> + Send;